Home
last modified time | relevance | path

Searched refs:GAMEOVER_ABORT (Results 1 – 5 of 5) sorted by relevance

/dports/games/taisei/taisei-1.3.2/src/menu/
H A Dgameovermenu.c23 global.gameover = (MAX_CONTINUES - global.plr.continues_used)? GAMEOVER_ABORT : GAMEOVER_DEFEAT; in give_up()
H A Dingamemenu.c22 global.gameover = GAMEOVER_ABORT; in return_to_title()
/dports/games/taisei/taisei-1.3.2/src/
H A Dglobal.h88 GAMEOVER_ABORT, enumerator
H A Dstage.c918 global.gameover = GAMEOVER_ABORT; in stage_end_loop()
H A Dreplay.c865 if(global.gameover == GAMEOVER_ABORT) { in replay_do_post_play()