aboutsummaryrefslogtreecommitdiff
path: root/engines/lab/eventman.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/lab/eventman.cpp')
-rw-r--r--engines/lab/eventman.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/lab/eventman.cpp b/engines/lab/eventman.cpp
index 6e8b08e39f..4947991b87 100644
--- a/engines/lab/eventman.cpp
+++ b/engines/lab/eventman.cpp
@@ -72,7 +72,7 @@ Button *EventManager::checkButtonHit(ButtonList *buttonList, Common::Point pos)
button->_altImage->drawImage(button->_x, button->_y);
mouseShow();
- for (uint16 i = 0; i < 3; i++)
+ for (int i = 0; i < 3; i++)
_vm->waitTOF();
mouseHide();
@@ -133,7 +133,7 @@ void EventManager::updateMouse() {
_hitButton->_altImage->drawImage(_hitButton->_x, _hitButton->_y);
mouseShow();
- for (uint16 i = 0; i < 3; i++)
+ for (int i = 0; i < 3; i++)
_vm->waitTOF();
mouseHide();