aboutsummaryrefslogtreecommitdiff
path: root/engines/gob/inter_v1.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/gob/inter_v1.cpp')
-rw-r--r--engines/gob/inter_v1.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/engines/gob/inter_v1.cpp b/engines/gob/inter_v1.cpp
index 368a903496..b8c834c547 100644
--- a/engines/gob/inter_v1.cpp
+++ b/engines/gob/inter_v1.cpp
@@ -1746,10 +1746,8 @@ bool Inter_v1::o1_blitCursor(OpFuncParams &params) {
}
bool Inter_v1::o1_loadFont(OpFuncParams &params) {
- int16 index;
-
_vm->_game->_script->evalExpr(0);
- index = _vm->_game->_script->readInt16();
+ uint16 index = _vm->_game->_script->readInt16();
_vm->_draw->animateCursor(4);