mirror of
https://github.com/scummvm/scummvm.git
synced 2026-06-20 05:45:29 +00:00
patch #791738 g++ 3.4 compile fix, from Falk Hueffner and a few minor local bits in my tree
svn-id: r9807
This commit is contained in:
+1
-1
@@ -1260,5 +1260,5 @@ void SkyDebug::script(uint32 command, uint16 *scriptData) {
|
||||
|
||||
void SkyDebug::mcode(uint32 mcode, uint32 a, uint32 b, uint32 c) {
|
||||
debug(6, "MCODE: %s(%d, %d, %d)", mcodes[mcode], a, b, c);
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user