SCI: Specify that -1 means "all maps" when listing base36-encoded resources

svn-id: r54278
This commit is contained in:
Filippos Karapetis 2010-11-17 08:18:56 +00:00
parent c36f072190
commit 553d571c50

View File

@ -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]);