1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-11-24 05:17:17 +00:00

do not clear linepattern alpha in autocheat

This commit is contained in:
Zeno Rogue 2018-04-21 19:35:17 +02:00
parent 616a4fddc7
commit 962a448a21

View File

@ -5837,7 +5837,7 @@ void restartGraph() {
DEBB(DF_INIT, (debugfile,"restartGraph\n"));
View = Id;
linepatterns::clearAll();
if(!autocheat) linepatterns::clearAll();
if(currentmap) {
if(euclid) {
centerover = vec_to_cellwalker(0);