X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;ds=sidebyside;f=src%2Fgame.h;h=b73d5daff98bef27ac661508e480925a62a15057;hb=84c888496c5bf6f9e649882d77400c47634e177a;hp=95531163027886438ca1f202c709e173963b7b16;hpb=c118d37bf6ad02e90d4ea7c4a4d7d34d8f745c26;p=rocksndiamonds.git diff --git a/src/game.h b/src/game.h index 95531163..b73d5daf 100644 --- a/src/game.h +++ b/src/game.h @@ -242,9 +242,6 @@ struct GameInfo // values for special game initialization control boolean restart_level; - // trigger message to ask for restarting the game - char *restart_game_message; - // values for special request dialog control boolean request_active; boolean request_active_or_moving; @@ -455,7 +452,6 @@ void RaiseScoreElement(int); void RequestQuitGameExt(boolean, boolean, char *); void RequestQuitGame(boolean); -void RequestRestartGame(char *); boolean CheckRestartGame(void); boolean checkGameSolved(void);