diff options
author | rubidium <rubidium@openttd.org> | 2009-12-25 19:16:58 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2009-12-25 19:16:58 +0000 |
commit | 21a3f97a0b22ac7e4cc6849bfd05fa215efa862c (patch) | |
tree | 6182469e0852f7d341cd7f8066e792bf746a2e84 /src/screenshot.h | |
parent | 6cf4637dac09a34ff5287e3a097e1cd17d817fc9 (diff) | |
download | openttd-21a3f97a0b22ac7e4cc6849bfd05fa215efa862c.tar.xz |
(svn r18630) -Fix [FS#3419]: when making a screenshot the name of the previous screenshot went missing in the 'successful screenshot' message
Diffstat (limited to 'src/screenshot.h')
-rw-r--r-- | src/screenshot.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/screenshot.h b/src/screenshot.h index 2ceac4486..163362f55 100644 --- a/src/screenshot.h +++ b/src/screenshot.h @@ -29,7 +29,6 @@ bool MakeScreenshot(ScreenshotType t, const char *name); extern char _screenshot_format_name[8]; extern uint _num_screenshot_formats; extern uint _cur_screenshot_format; -extern char _screenshot_name[128]; extern char _full_screenshot_name[MAX_PATH]; #endif /* SCREENSHOT_H */ |