From 6804c085461fdaddf58e7885ed83b70662afbfae Mon Sep 17 00:00:00 2001 From: Strangerke Date: Tue, 20 May 2014 17:30:41 +0200 Subject: MADS: Fix compilation warning reported by digitall --- engines/mads/nebular/nebular_scenes3.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines') diff --git a/engines/mads/nebular/nebular_scenes3.cpp b/engines/mads/nebular/nebular_scenes3.cpp index 4cf1a2da50..9237c62f48 100644 --- a/engines/mads/nebular/nebular_scenes3.cpp +++ b/engines/mads/nebular/nebular_scenes3.cpp @@ -2697,7 +2697,7 @@ void Scene318::step() { } uint32 tmpFrame = _vm->_events->getFrameCounter(); - uint32 diffFrame = tmpFrame - _lastFrameCounter; + long diffFrame = tmpFrame - _lastFrameCounter; _lastFrameCounter = tmpFrame; if ((_animMode == 2) && !_internVisibleFl && _game._player._stepEnabled) { -- cgit v1.2.3