summaryrefslogtreecommitdiff
path: root/src/screenshot.cpp
diff options
context:
space:
mode:
authoryexo <yexo@openttd.org>2009-02-25 21:45:14 +0000
committeryexo <yexo@openttd.org>2009-02-25 21:45:14 +0000
commitfb7b0536e74d0cfdc682593657dfb66700f724e9 (patch)
treec5ec0bb4374465ba0001b47485225c72a9a21c15 /src/screenshot.cpp
parentc5684e56ec96f530178d7e66aebb830fe6829974 (diff)
downloadopenttd-fb7b0536e74d0cfdc682593657dfb66700f724e9.tar.xz
(svn r15584) -Codechange: Move several variables from variables.h to more appropriate headers.
Diffstat (limited to 'src/screenshot.cpp')
-rw-r--r--src/screenshot.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/screenshot.cpp b/src/screenshot.cpp
index 8d9d3b61d..b5df3d49a 100644
--- a/src/screenshot.cpp
+++ b/src/screenshot.cpp
@@ -21,6 +21,7 @@
char _screenshot_format_name[8];
uint _num_screenshot_formats;
uint _cur_screenshot_format;
+char _screenshot_name[128];
ScreenshotType current_screenshot_type;
/* called by the ScreenShot proc to generate screenshot lines. */