fix party disappearing in huge town
This commit is contained in:
@@ -448,7 +448,7 @@ void draw_party_symbol(location center) {
|
||||
return;
|
||||
if(!univ.party.is_alive())
|
||||
return;
|
||||
if((is_town()) && (univ.party.town_loc.x > 70))
|
||||
if((is_town()) && (univ.party.town_loc.x > (univ.scenario.is_legacy ? 70 : LOC_UNUSED)))
|
||||
return;
|
||||
|
||||
if(is_town() && center != univ.party.town_loc) {
|
||||
|
Reference in New Issue
Block a user