mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-12-26 01:50:36 +00:00
great success
This commit is contained in:
parent
53839be194
commit
4947b8c1b5
@ -287,7 +287,12 @@ int arg::readCommon() {
|
||||
View = Id;
|
||||
}
|
||||
else if(argis("-exit")) {
|
||||
PHASE(3); println(hlog, "Success.\n");
|
||||
PHASE(3);
|
||||
int t = SDL_GetTicks();
|
||||
if(t > 1800 * 1000)
|
||||
println(hlog, "Great Success!\n");
|
||||
else
|
||||
println(hlog, "Success.\n");
|
||||
exit(0);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user