fixed a crash when no last

This commit is contained in:
Zeno Rogue 2023-01-04 23:24:52 +01:00
parent a55ed32fa1
commit 502e2c6102
1 changed files with 2 additions and 1 deletions

View File

@ -886,6 +886,7 @@ EX namespace dialog {
last = &(items[i]); last = &(items[i]);
} }
} }
if(last)
set_highlight(*last); set_highlight(*last);
} }
if(DKEY == SDLK_DOWN) { if(DKEY == SDLK_DOWN) {