Address compile warnings (Xcode 12) in the editors

This commit is contained in:
2024-08-10 12:58:01 -04:00
parent 84b649a107
commit 30e583b1d4
3 changed files with 20 additions and 4 deletions

View File

@@ -2511,8 +2511,6 @@ extern size_t num_strs(short mode); // defined in scen.keydlgs.cpp
// mode 0 - scen 1 - out 2 - town 3 - journal
// if just_redo_text not 0, simply need to update text portions
void start_string_editing(eStrMode mode,short just_redo_text) {
long pos;
if(just_redo_text == 0) {
if(overall_mode < MODE_MAIN_SCREEN)
set_up_main_screen();