1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-10-31 19:36:16 +00:00

rogueviz:: random-walk:: fixed the presentation

This commit is contained in:
Zeno Rogue 2021-04-07 20:25:47 +02:00
parent bcf014a6dc
commit 963c90dfbb

View File

@ -167,6 +167,7 @@ void rw_slide(vector<tour::slide>& v, string title, string desc, reaction_t t) {
stop_game(); stop_game();
t(); t();
start_game(); start_game();
enable();
} }
if(mode == pmKey) { if(mode == pmKey) {