MCPcopy Create free account
hub / github.com/davemoore22/sorcery / stop

Method stop

src/modules/remove.cpp:84–89  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

82 return BACK_TO_TAVERN;
83 }
84 }
85
86 _ctx.ui->display_screen(Enums::Screen::REMOVE, _ctx.game);
87 _ctx.tick();
88
89 if (!_ctx.controller->wants(Enums::Screen::REMOVE) &&
90 _ctx.controller->wants(Enums::Screen::TAVERN))
91 return BACK_TO_TAVERN;
92 }

Callers

nothing calls this directly

Calls 1

save_gameMethod · 0.80

Tested by

no test coverage detected