mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-15 22:28:10 +00:00
LAB: Show the correct number of parameters in find_action
This commit is contained in:
parent
9dae9eb811
commit
b3a19cf75e
@ -98,7 +98,7 @@ bool Console::Cmd_DumpSceneResources(int argc, const char **argv) {
|
||||
|
||||
bool Console::Cmd_FindAction(int argc, const char **argv) {
|
||||
if (argc < 2) {
|
||||
debugPrintf("Usage: %s <action id> [param 1] [param 2]\n", argv[0]);
|
||||
debugPrintf("Usage: %s <action id> [param 1] [param 2] [param 3]\n", argv[0]);
|
||||
return true;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user