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:
parent
616a4fddc7
commit
962a448a21
@ -5837,7 +5837,7 @@ void restartGraph() {
|
|||||||
DEBB(DF_INIT, (debugfile,"restartGraph\n"));
|
DEBB(DF_INIT, (debugfile,"restartGraph\n"));
|
||||||
|
|
||||||
View = Id;
|
View = Id;
|
||||||
linepatterns::clearAll();
|
if(!autocheat) linepatterns::clearAll();
|
||||||
if(currentmap) {
|
if(currentmap) {
|
||||||
if(euclid) {
|
if(euclid) {
|
||||||
centerover = vec_to_cellwalker(0);
|
centerover = vec_to_cellwalker(0);
|
||||||
|
Loading…
Reference in New Issue
Block a user