diff options
author | smatz <smatz@openttd.org> | 2009-11-01 18:08:58 +0000 |
---|---|---|
committer | smatz <smatz@openttd.org> | 2009-11-01 18:08:58 +0000 |
commit | be446d6f542fccf1e5cc2ed50225c4a8289aa7dc (patch) | |
tree | 9d87610d0c9677e47a8048f214c1e885206d7781 /src/screenshot.h | |
parent | b577595d1289dec5eacb671adbd5592eab39c5eb (diff) | |
download | openttd-be446d6f542fccf1e5cc2ed50225c4a8289aa7dc.tar.xz |
(svn r17937) -Codechange: rename current_screenshot_type to _screenshot_type
Diffstat (limited to 'src/screenshot.h')
-rw-r--r-- | src/screenshot.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/screenshot.h b/src/screenshot.h index 69f993ef8..2f6a30829 100644 --- a/src/screenshot.h +++ b/src/screenshot.h @@ -30,5 +30,6 @@ bool IsScreenshotRequested(); extern char _screenshot_format_name[8]; extern uint _num_screenshot_formats; extern uint _cur_screenshot_format; +extern char _screenshot_name[]; #endif /* SCREENSHOT_H */ |