diff options
| author | Japa | 2010-04-26 08:00:41 +0000 |
|---|---|---|
| committer | Japa | 2010-04-26 08:00:41 +0000 |
| commit | 16a3644d7ff5856098db89c485421a765d587a28 (patch) | |
| tree | 4bf4b3f71c60bb0cabb2b1f0c0828fdc47946f04 /commonTypes.h | |
| parent | 0141ce9cc799e9a3cbe5be67c97cc0e35849cbe6 (diff) | |
| download | stonesense-16a3644d7ff5856098db89c485421a765d587a28.tar.gz stonesense-16a3644d7ff5856098db89c485421a765d587a28.tar.bz2 stonesense-16a3644d7ff5856098db89c485421a765d587a28.tar.xz | |
added the Unstuck tool, and made the F10 sprite viewing screen noo lock things up.
Diffstat (limited to 'commonTypes.h')
| -rw-r--r-- | commonTypes.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/commonTypes.h b/commonTypes.h index 9aefab5..ebda928 100644 --- a/commonTypes.h +++ b/commonTypes.h @@ -154,6 +154,9 @@ typedef struct { uint32_t menustate;
t_viewscreen viewscreen;
+
+ bool spriteIndexOverlay;
+ int currentSpriteOverlay;
} GameConfiguration;
|
