mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-04-03 09:17:02 +00:00
RogueViz no longer causes 'm' to crash
This commit is contained in:
parent
88c69bb97a
commit
1d3ee8f0a1
@ -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();
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user