mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-12-18 15:00:26 +00:00
fixed a confirmation message even though saved
This commit is contained in:
parent
cc31e1cd64
commit
22c4cfc4ad
2
quit.cpp
2
quit.cpp
@ -19,7 +19,7 @@ EX bool needConfirmationEvenIfSaved() {
|
|||||||
|
|
||||||
EX bool needConfirmation() {
|
EX bool needConfirmation() {
|
||||||
if(casual) return needConfirmationEvenIfSaved() && turncount > save_turns + 10;
|
if(casual) return needConfirmationEvenIfSaved() && turncount > save_turns + 10;
|
||||||
else return needConfirmationEvenIfSaved() && quitsaves();
|
else return needConfirmationEvenIfSaved() && !quitsaves();
|
||||||
}
|
}
|
||||||
|
|
||||||
EX int getgametime() {
|
EX int getgametime() {
|
||||||
|
Loading…
Reference in New Issue
Block a user