fix compiler warnings

This commit is contained in:
2025-01-20 09:41:29 -05:00
parent f545ce5333
commit 37640bf349
9 changed files with 9 additions and 9 deletions

View File

@@ -102,6 +102,7 @@ short special_to_paste = -1;
bool monst_on_space(location loc,short m_num);
static bool terrain_matches(unsigned char x, unsigned char y, ter_num_t ter);
bool check_for_interrupt(std::string); // to suppress "missing prototype" warning
bool check_for_interrupt(std::string) { return false; }
void init_screen_locs() {