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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user