summaryrefslogtreecommitdiff
path: root/src/video/allegro_v.h
diff options
context:
space:
mode:
authorPatric Stout <truebrain@openttd.org>2021-02-20 11:15:15 +0100
committerPatric Stout <github@truebrain.nl>2021-02-20 17:08:44 +0100
commitec1dd0bf618f2c4fe17c62db9eec3b5e056574a0 (patch)
tree07ccc0fcb66cc6f73b01fc9e0cf1b29f6b82e7cb /src/video/allegro_v.h
parent790fa7102ec934544b427dd5fa9fc4f7099fd4da (diff)
downloadopenttd-ec1dd0bf618f2c4fe17c62db9eec3b5e056574a0.tar.xz
Codechange: be consistent in what CheckPaletteAnim() does and when it is called
Additionally, make sure this is a class method. Later commits will make use of this.
Diffstat (limited to 'src/video/allegro_v.h')
-rw-r--r--src/video/allegro_v.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/video/allegro_v.h b/src/video/allegro_v.h
index 3c55a6691..2ab74fa30 100644
--- a/src/video/allegro_v.h
+++ b/src/video/allegro_v.h
@@ -36,6 +36,7 @@ public:
protected:
void InputLoop() override;
void Paint() override;
+ void CheckPaletteAnim() override;
};
/** Factory for the allegro video driver. */