diff options
| author | Caldfir | 2012-03-16 01:47:21 -0700 |
|---|---|---|
| committer | Caldfir | 2012-03-16 01:47:21 -0700 |
| commit | 89b6ecb6d01f92f0df2ea23ef6a9fff796167f07 (patch) | |
| tree | c8f68905d87f56a25946efe95873d2feb1a7650b /commonTypes.h | |
| parent | bb7bcc00c4eb2e46e5d7141fb2d0ce8a30386568 (diff) | |
| download | stonesense-89b6ecb6d01f92f0df2ea23ef6a9fff796167f07.tar.gz stonesense-89b6ecb6d01f92f0df2ea23ef6a9fff796167f07.tar.bz2 stonesense-89b6ecb6d01f92f0df2ea23ef6a9fff796167f07.tar.xz | |
Attempt at getting job icons, similar in bahaviour to the existing status icons into stonesense.
Diffstat (limited to 'commonTypes.h')
| -rw-r--r-- | commonTypes.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/commonTypes.h b/commonTypes.h index dde0695..982b9a7 100644 --- a/commonTypes.h +++ b/commonTypes.h @@ -1,4 +1,4 @@ -#pragma once
+#pragma once
#include "common.h"
#include "SpriteColors.h"
@@ -189,6 +189,7 @@ typedef struct bool dayNightCycle;
bool show_creature_moods;
+ bool show_creature_jobs;
bool transparentScreenshots;
|
