mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-09-27 14:14:04 +00:00
RogueViz no longer causes 'm' to crash
This commit is contained in:
@@ -1133,7 +1133,9 @@ auto hooks2 = addHook(hooks_frame, 50, levelline::draw);
|
||||
|
||||
void mark(cell *c) {
|
||||
using namespace kohonen;
|
||||
distfrom = getNeuronSlow(c);
|
||||
coloring();
|
||||
if(kind == kKohonen && inited >= 1) {
|
||||
distfrom = getNeuronSlow(c);
|
||||
coloring();
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user