From 95bdaa95050696cd36f12ea58c5df65dad23c4f5 Mon Sep 17 00:00:00 2001 From: nathansmithsmith Date: Thu, 21 Dec 2023 18:47:52 -0700 Subject: What did this world do to me ): --- src/gameScreen.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/gameScreen.h') diff --git a/src/gameScreen.h b/src/gameScreen.h index 92e6934..5637feb 100644 --- a/src/gameScreen.h +++ b/src/gameScreen.h @@ -32,6 +32,7 @@ typedef struct GameScreen { bool levelComplete; double timeAtLevelComplete; int lastLevel; + int nextLevelInsultNum; // Since the player entity gets reallocated each level we use this to remember its health. float healthAtLevelEnd; -- cgit v1.2.3