mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-16 14:50:17 +00:00
CGE2: Handle kCmdNop correctly.
This commit is contained in:
parent
5fca8c328c
commit
cfe03245fa
@ -309,6 +309,8 @@ void CommandHandler::runCommand() {
|
||||
case kCmdGhost:
|
||||
_vm->snGhost((Bitmap *)tailCmd._spritePtr);
|
||||
break;
|
||||
case kCmdNop: // Do nothing.
|
||||
break;
|
||||
default:
|
||||
warning("Unhandled command");
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user