diff options
Diffstat (limited to 'engines/agos')
-rw-r--r-- | engines/agos/draw.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/agos/draw.cpp b/engines/agos/draw.cpp index 4ba9446eb2..f7ceeb70c1 100644 --- a/engines/agos/draw.cpp +++ b/engines/agos/draw.cpp @@ -157,7 +157,7 @@ void AGOSEngine::animateSprites() { } if (getGameType() == GType_ELVIRA1 || getGameType() == GType_ELVIRA2) { - const uint8 var = (getGameType() == GType_ELVIRA1) ? 293 : 71; + const uint var = (getGameType() == GType_ELVIRA1) ? 293 : 71; if (_wallOn && !_variableArray[var]) { _wallOn--; |