X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fgame.h;h=b18675a3691f6f154b9a918aba3174e94437bf7f;hb=34392542ff9022d786f7ffe513c8119d49fd5bc5;hp=5739ecf0668eb82c770c3c568264b5a86cd47fa6;hpb=77eea34405c119f20f461acae08cd77ec5c21dd6;p=rocksndiamonds.git diff --git a/src/game.h b/src/game.h index 5739ecf0..b18675a3 100644 --- a/src/game.h +++ b/src/game.h @@ -199,6 +199,8 @@ struct GameInfo boolean envelope_active; boolean no_time_limit; // (variable only in very special case) + int time_final; // time (in seconds) or steps left or played + int score; int score_final;