summaryrefslogtreecommitdiff
path: root/src/gfx.cpp
diff options
context:
space:
mode:
authorCharles Pigott <charlespigott@googlemail.com>2019-04-22 13:14:46 +0100
committerPeterN <peter@fuzzle.org>2019-04-29 17:40:22 +0100
commit327ff898080d94ab129f6e7ae3c268dcf10d6a08 (patch)
tree8ac8d4261c7fcb060252b2d0953c99014362faf3 /src/gfx.cpp
parente18c8c30be2bb20271c4c5f65441513b591f416d (diff)
downloadopenttd-327ff898080d94ab129f6e7ae3c268dcf10d6a08.tar.xz
Codechange: Remove PauseModeByte
Diffstat (limited to 'src/gfx.cpp')
-rw-r--r--src/gfx.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gfx.cpp b/src/gfx.cpp
index 5165fe01c..4fd705b9f 100644
--- a/src/gfx.cpp
+++ b/src/gfx.cpp
@@ -46,7 +46,7 @@ bool _screen_disable_anim = false; ///< Disable palette animation (important f
bool _exit_game;
GameMode _game_mode;
SwitchMode _switch_mode; ///< The next mainloop command.
-PauseModeByte _pause_mode;
+PauseMode _pause_mode;
Palette _cur_palette;
static byte _stringwidth_table[FS_END][224]; ///< Cache containing width of often used characters. @see GetCharacterWidth()