mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-23 10:19:27 +00:00
MADS: Show the current scene when using "scene" without params
This commit is contained in:
parent
6bac381576
commit
15658397d4
@ -69,6 +69,7 @@ bool Debugger::Cmd_Mouse(int argc, const char **argv) {
|
||||
|
||||
bool Debugger::Cmd_LoadScene(int argc, const char **argv) {
|
||||
if (argc != 2) {
|
||||
DebugPrintf("Current scene is: %d\n", _vm->_game->_scene._currentSceneId);
|
||||
DebugPrintf("Usage: %s <scene number>\n", argv[0]);
|
||||
return true;
|
||||
} else {
|
||||
|
Loading…
Reference in New Issue
Block a user