diff options
Diffstat (limited to 'engines')
-rw-r--r-- | engines/gob/inter_littlered.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/engines/gob/inter_littlered.cpp b/engines/gob/inter_littlered.cpp index 01d372aaeb..3a4494598e 100644 --- a/engines/gob/inter_littlered.cpp +++ b/engines/gob/inter_littlered.cpp @@ -51,6 +51,9 @@ void Inter_LittleRed::setupOpcodesFunc() { } void Inter_LittleRed::setupOpcodesGob() { + OPCODEGOB(1, o_gobNOP); // Sets some sound timer interrupt + OPCODEGOB(2, o_gobNOP); // Sets some sound timer interrupt + OPCODEGOB(500, o2_playProtracker); OPCODEGOB(501, o2_stopProtracker); } |