mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-04-06 02:37:19 +00:00
sag:: vizsa_len now has a default value which does not invoke division-by-zero bugs
This commit is contained in:
parent
0faf07741c
commit
97fb10b6f0
@ -42,7 +42,7 @@ namespace sag {
|
||||
bool auto_visualize = true;
|
||||
|
||||
int vizsa_start;
|
||||
int vizsa_len;
|
||||
int vizsa_len = 5;
|
||||
|
||||
/** all the SAG cells */
|
||||
vector<cell*> sagcells;
|
||||
|
Loading…
x
Reference in New Issue
Block a user