(svn r17937) -Codechange: rename current_screenshot_type to _screenshot_type

This commit is contained in:
smatz
2009-11-01 18:08:58 +00:00
parent 90c6a75bfa
commit 1dce59ed50
3 changed files with 8 additions and 8 deletions

View File

@@ -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 {