summaryrefslogtreecommitdiff
path: root/src/openttd.cpp
diff options
context:
space:
mode:
authorsmatz <smatz@openttd.org>2009-11-01 18:08:58 +0000
committersmatz <smatz@openttd.org>2009-11-01 18:08:58 +0000
commitbe446d6f542fccf1e5cc2ed50225c4a8289aa7dc (patch)
tree9d87610d0c9677e47a8048f214c1e885206d7781 /src/openttd.cpp
parentb577595d1289dec5eacb671adbd5592eab39c5eb (diff)
downloadopenttd-be446d6f542fccf1e5cc2ed50225c4a8289aa7dc.tar.xz
(svn r17937) -Codechange: rename current_screenshot_type to _screenshot_type
Diffstat (limited to 'src/openttd.cpp')
-rw-r--r--src/openttd.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/openttd.cpp b/src/openttd.cpp
index 9bdb76258..9d2c23afb 100644
--- a/src/openttd.cpp
+++ b/src/openttd.cpp
@@ -775,7 +775,6 @@ void HandleExitGameRequest()
static void ShowScreenshotResult(bool b)
{
if (b) {
- extern char _screenshot_name[];
SetDParamStr(0, _screenshot_name);
ShowErrorMessage(STR_MESSAGE_SCREENSHOT_SUCCESSFULLY, INVALID_STRING_ID, 0, 0);
} else {