mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-23 21:07:17 +00:00
do not reset whichShape to 0 in special geometries
This commit is contained in:
parent
862d2c7e65
commit
85e6be8cab
@ -339,7 +339,6 @@ EX void initgame() {
|
||||
if(!safety) {
|
||||
usedSafety = false;
|
||||
timerstart = time(NULL); turncount = 0; rosewave = 0; rosephase = 0;
|
||||
patterns::whichShape = 0;
|
||||
noiseuntil = 0;
|
||||
sagephase = 0; hardcoreAt = 0;
|
||||
timerstopped = false;
|
||||
@ -347,6 +346,7 @@ EX void initgame() {
|
||||
cheater = 0;
|
||||
if(autocheat) cheater = 1;
|
||||
if(!wfc::use_eclectic) cheater = 1;
|
||||
if(!autocheat && !cheater && geometry == gNormal) patterns::whichShape = 0;
|
||||
hauntedWarning = false;
|
||||
if(!autocheat) {
|
||||
timerghost = true;
|
||||
|
Loading…
Reference in New Issue
Block a user