fixed crashes in Camelot

This commit is contained in:
Zeno Rogue 2019-04-21 00:56:43 +02:00
parent 322d2bff86
commit e95fc386e1
1 changed files with 1 additions and 0 deletions

View File

@ -32,6 +32,7 @@ int getAnthraxData(cell *c, bool b) {
int roundTableRadius(cell *c) {
if(eubinary) return 28;
if(tactic::on) return getAnthraxData(c, true);
if(!c->master->alt) return 28;
return c->master->alt->alt->emeraldval & GRAIL_RADIUS_MASK;
}