aboutsummaryrefslogtreecommitdiff
path: root/engines/groovie/script.h
diff options
context:
space:
mode:
authorFilippos Karapetis2014-11-03 11:36:25 +0200
committerFilippos Karapetis2014-11-03 11:40:38 +0200
commit5dc03107fd86abb725eff6d9ea704267534d9dfe (patch)
treeab84f3c19d05f7967654b82253cc76fffa274a98 /engines/groovie/script.h
parenta82740516c9f973d8beaf1b11dd2f0a8a6beff5e (diff)
downloadscummvm-rg350-5dc03107fd86abb725eff6d9ea704267534d9dfe.tar.gz
scummvm-rg350-5dc03107fd86abb725eff6d9ea704267534d9dfe.tar.bz2
scummvm-rg350-5dc03107fd86abb725eff6d9ea704267534d9dfe.zip
GROOVIE: Add a stub for opcode 42 in V2 games
This was o_cellmove in T7G (the Microscope puzzle)
Diffstat (limited to 'engines/groovie/script.h')
-rw-r--r--engines/groovie/script.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/groovie/script.h b/engines/groovie/script.h
index 35e52593de..a9f6143509 100644
--- a/engines/groovie/script.h
+++ b/engines/groovie/script.h
@@ -238,6 +238,7 @@ private:
void o2_setvideoskip();
void o2_copyscreentobg();
void o2_copybgtoscreen();
+ void o2_stub42();
void o2_stub52();
void o2_setscriptend();
};