mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-22 09:49:11 +00:00
ZVISION: Add newlines to console debug statements
This commit is contained in:
parent
09ae4443d4
commit
589c29e6e1
@ -168,7 +168,7 @@ bool Console::cmdSetPanoramaScale(int argc, const char **argv) {
|
||||
|
||||
bool Console::cmdChangeLocation(int argc, const char **argv) {
|
||||
if (argc != 6) {
|
||||
DebugPrintf("Use changelocation <char: world> <char: room> <char:node> <char:view> <int: x position> to change your location");
|
||||
DebugPrintf("Use changelocation <char: world> <char: room> <char:node> <char:view> <int: x position> to change your location\n");
|
||||
return true;
|
||||
}
|
||||
|
||||
@ -179,7 +179,7 @@ bool Console::cmdChangeLocation(int argc, const char **argv) {
|
||||
|
||||
bool Console::cmdDumpFile(int argc, const char **argv) {
|
||||
if (argc != 2) {
|
||||
DebugPrintf("Use dumpfile <fileName> to dump a file");
|
||||
DebugPrintf("Use dumpfile <fileName> to dump a file\n");
|
||||
return true;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user