1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-09-02 03:19:10 +00:00

(svn r15584) -Codechange: Move several variables from variables.h to more appropriate headers.

This commit is contained in:
yexo
2009-02-25 21:45:14 +00:00
parent c5684e56ec
commit fb7b0536e7
11 changed files with 19 additions and 14 deletions

View File

@@ -715,6 +715,7 @@ void HandleExitGameRequest()
static void ShowScreenshotResult(bool b)
{
if (b) {
extern char *_screenshot_name;
SetDParamStr(0, _screenshot_name);
ShowErrorMessage(INVALID_STRING_ID, STR_031B_SCREENSHOT_SUCCESSFULLY, 0, 0);
} else {
@@ -1155,6 +1156,7 @@ void GameLoop()
IncreaseSpriteLRU();
InteractiveRandom();
extern int _caret_timer;
_caret_timer += 3;
_palette_animation_counter += 8;
CursorTick();