diff --git a/src/game/boe.dlgutil.cpp b/src/game/boe.dlgutil.cpp index fb2289c4..f4ff41c3 100644 --- a/src/game/boe.dlgutil.cpp +++ b/src/game/boe.dlgutil.cpp @@ -1556,7 +1556,7 @@ public: put_scen_info(); - if(scen_headers.size() <= 3) { + if(scen_headers.empty()) { me["next"].hide(); me["prev"].hide(); }