| 130 | } |
| 131 | |
| 132 | void Game_Event::ClearWaitingForegroundExecution() { |
| 133 | data()->waiting_execution = false; |
| 134 | } |
| 135 | |
| 136 | static bool CompareMoveRouteCommandCodes(const lcf::rpg::MoveRoute& l, const lcf::rpg::MoveRoute& r) { |
| 137 | auto& lmc = l.move_commands; |
no outgoing calls
no test coverage detected