diff options
Diffstat (limited to 'engines/gob/inter_v1.cpp')
-rw-r--r-- | engines/gob/inter_v1.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/gob/inter_v1.cpp b/engines/gob/inter_v1.cpp index d3bd11ab75..51142e3659 100644 --- a/engines/gob/inter_v1.cpp +++ b/engines/gob/inter_v1.cpp @@ -722,7 +722,7 @@ bool Inter_v1::o1_loadCursor(OpFuncParams ¶ms) { return false; } -bool Inter_v1::o1_switch(OpFuncParams ¶ms) { +bool Inter_v1::o1_switch (OpFuncParams ¶ms) { uint32 offset; checkSwitchTable(offset); |