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:
@@ -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();
|
||||
|
Reference in New Issue
Block a user