diff options
| author | Japa | 2010-04-27 11:22:57 +0000 |
|---|---|---|
| committer | Japa | 2010-04-27 11:22:57 +0000 |
| commit | 7934477b5bf9c041fa29ceeb5d19b70a079d74b3 (patch) | |
| tree | e643784ed15d55e0616a657020189d5a77d3d9fb /commonTypes.h | |
| parent | a384e31c8ddbbdaf7e92f136ac6d79d81431b995 (diff) | |
| download | stonesense-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.h | 1 |
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;
|
