mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-09 04:16:34 +00:00
SCI: Specify that -1 means "all maps" when listing base36-encoded resources
svn-id: r54278
This commit is contained in:
parent
c36f072190
commit
553d571c50
@ -1100,7 +1100,7 @@ bool Console::cmdList(int argc, const char **argv) {
|
||||
|
||||
if ((res == kResourceTypeAudio36) || (res == kResourceTypeSync36)) {
|
||||
if (argc != 3) {
|
||||
DebugPrintf("Please specify map number\n");
|
||||
DebugPrintf("Please specify map number (-1: all maps)\n");
|
||||
return true;
|
||||
}
|
||||
number = atoi(argv[2]);
|
||||
|
Loading…
x
Reference in New Issue
Block a user