X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fgame.h;h=13bfdbc10000f13be3ae08863bee87e6b3b13b17;hb=702700b34e5a5d696b701a0aed89001e075d50f5;hp=5739ecf0668eb82c770c3c568264b5a86cd47fa6;hpb=bbf7eaa09cd8d4c86237bd67b8770ec54bdf026f;p=rocksndiamonds.git diff --git a/src/game.h b/src/game.h index 5739ecf0..13bfdbc1 100644 --- a/src/game.h +++ b/src/game.h @@ -199,6 +199,9 @@ 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_time_final; // time (in frames) or steps played + int score; int score_final;