mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-09-01 18:27:55 +00:00
do not clear linepattern alpha in autocheat
This commit is contained in:
@@ -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);
|
||||||
|
Reference in New Issue
Block a user