summaryrefslogtreecommitdiff
path: root/commonTypes.h
diff options
context:
space:
mode:
authorJapa2010-04-27 11:22:57 +0000
committerJapa2010-04-27 11:22:57 +0000
commit7934477b5bf9c041fa29ceeb5d19b70a079d74b3 (patch)
treee643784ed15d55e0616a657020189d5a77d3d9fb /commonTypes.h
parenta384e31c8ddbbdaf7e92f136ac6d79d81431b995 (diff)
downloadstonesense-7934477b5bf9c041fa29ceeb5d19b70a079d74b3.tar.gz
stonesense-7934477b5bf9c041fa29ceeb5d19b70a079d74b3.tar.bz2
stonesense-7934477b5bf9c041fa29ceeb5d19b70a079d74b3.tar.xz
got the intro screen working right again.
Diffstat (limited to 'commonTypes.h')
-rw-r--r--commonTypes.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/commonTypes.h b/commonTypes.h
index ebda928..8342d77 100644
--- a/commonTypes.h
+++ b/commonTypes.h
@@ -156,6 +156,7 @@ typedef struct {
t_viewscreen viewscreen;
bool spriteIndexOverlay;
+ bool creditScreen;
int currentSpriteOverlay;
} GameConfiguration;