1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-11-25 18:05:15 +00:00

added Halloween to start menu and fixed it in quit menu; message log

This commit is contained in:
Zeno Rogue
2017-10-09 10:51:16 +02:00
parent 32ab46d5cd
commit 32edc68a6d
8 changed files with 145 additions and 60 deletions

View File

@@ -633,7 +633,7 @@ void achievement_victory(bool hyper) {
if(chaosmode) return;
DEBB(DF_STEAM, (debugfile,"after checks\n"))
int t = savetime + time(NULL) - timerstart;
int t = getgametime();
if(hyper && shmup::on) return;
if(hyper && inv::on) return;