1
0
mirror of https://github.com/catseye/SixtyPical.git synced 2024-09-29 23:56:02 +00:00

Slightly less of a hack. Not very much. But more illustrative.

This commit is contained in:
Chris Pressey 2017-12-12 14:40:32 +00:00
parent 0194d37bbd
commit 7d11273c6c

View File

@ -204,7 +204,7 @@ routine game_state_title_screen
copy game_state_play, dispatch_game_state
} else {
// This is sort of a hack. FIXME: let `if` branches diverge this much.
copy dispatch_game_state, dispatch_game_state
copy forward game_state_title_screen, dispatch_game_state
}
goto save_cinv