[Scummvm-cvs-logs] scummvm master -> f917db972e0ae7e4e82a6430010a155cbb3a92c0

DrMcCoy drmccoy at drmccoy.de
Sat Jun 16 01:51:53 CEST 2012


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
f917db972e GOB: Shut up Little Red's warning about gob func 1 and 2


Commit: f917db972e0ae7e4e82a6430010a155cbb3a92c0
    https://github.com/scummvm/scummvm/commit/f917db972e0ae7e4e82a6430010a155cbb3a92c0
Author: Sven Hesse (drmccoy at users.sourceforge.net)
Date: 2012-06-15T16:50:31-07:00

Commit Message:
GOB: Shut up Little Red's warning about gob func 1 and 2

Those set some DOS timer interrupt related to sound.
Seems to be unnecessary for us.

Changed paths:
    engines/gob/inter_littlered.cpp



diff --git a/engines/gob/inter_littlered.cpp b/engines/gob/inter_littlered.cpp
index 01d372a..3a44945 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);
 }






More information about the Scummvm-git-logs mailing list