mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-09-02 10:48:04 +00:00
CLI -exit now uses println not printf
This commit is contained in:
@@ -287,7 +287,7 @@ int arg::readCommon() {
|
||||
View = Id;
|
||||
}
|
||||
else if(argis("-exit")) {
|
||||
PHASE(3); printf("Success.\n");
|
||||
PHASE(3); println(hlog, "Success.\n");
|
||||
exit(0);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user