mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-04 09:56:30 +00:00
Fix compilation
svn-id: r5122
This commit is contained in:
parent
095b041ccd
commit
443e88d2a4
@ -1464,7 +1464,7 @@ int32 IMuseInternal::do_command(int a, int b, int c, int d, int e, int f, int g,
|
||||
case 19:
|
||||
return stop_sound(b);
|
||||
case 20: // FIXME: Deferred command system? - Sam and Max
|
||||
return;
|
||||
return 0;
|
||||
case 2:
|
||||
case 3:
|
||||
return 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user