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

Method stop

src/modules/reorder.cpp:83–92  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

81
82 return BACK_TO_TAVERN;
83 }
84 }
85
86 _ctx.ui->display_screen(Enums::Screen::REORDER, mode);
87 _ctx.tick();
88
89 if (!_ctx.controller->wants(Enums::Screen::REORDER))
90 return BACK_FROM_REORDER;
91 }
92
93 // Exit if we get to here having broken out of the loop
94 return ABORT_GAME;
95}

Callers

nothing calls this directly

Calls 2

save_gameMethod · 0.80
go_toMethod · 0.80

Tested by

no test coverage detected