aboutsummaryrefslogtreecommitdiff
path: root/engines/gob/inter_inca2.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/gob/inter_inca2.cpp')
-rw-r--r--engines/gob/inter_inca2.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/engines/gob/inter_inca2.cpp b/engines/gob/inter_inca2.cpp
index f90fb3f9da..01d3cda33e 100644
--- a/engines/gob/inter_inca2.cpp
+++ b/engines/gob/inter_inca2.cpp
@@ -53,14 +53,13 @@ void Inter_Inca2::setupOpcodesFunc() {
void Inter_Inca2::setupOpcodesGob() {
}
-bool Inter_Inca2::oInca2_spaceShooter(OpFuncParams &params) {
+void Inter_Inca2::oInca2_spaceShooter(OpFuncParams &params) {
// TODO: Not yet implemented. We'll pretend we won the match for now
_vm->_game->_script->skip(4);
uint16 resVar = _vm->_game->_script->readUint16();
_vm->_game->_script->skip(4);
WRITE_VAR(resVar, 1);
- return false;
}
} // End of namespace Gob