1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-06-24 06:03:23 +00:00

sag:: vizsa_len now has a default value which does not invoke division-by-zero bugs

This commit is contained in:
Zeno Rogue 2022-11-13 13:41:06 +01:00
parent 0faf07741c
commit 97fb10b6f0

View File

@ -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;