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
1 changed files with 1 additions and 1 deletions

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);