make map behavior all the same

This commit is contained in:
2024-08-24 18:40:55 -05:00
committed by Celtic Minstrel
parent 97691b8797
commit b653e0d525
5 changed files with 15 additions and 22 deletions

View File

@@ -29,6 +29,6 @@ bool does_location_have_special(cOutdoors& sector, location loc, eTerSpec type);
void clear_map();
void draw_map(bool need_refresh);
bool is_door(location destination);
void display_map(bool record = true);
void display_map();
void check_done();
bool quadrant_legal(short i, short j) ;