diff options
| author | Caldfir | 2012-04-05 17:37:29 -0700 |
|---|---|---|
| committer | Caldfir | 2012-04-05 17:37:29 -0700 |
| commit | f0518d6835a332acb5807e5c7a7eac468031e218 (patch) | |
| tree | 88ea12a144464ed8a7b591020c212f40d86ebdb8 /commonTypes.h | |
| parent | 178e360ca193f8d6886287046c9f7d3991f4dcd3 (diff) | |
| download | stonesense-f0518d6835a332acb5807e5c7a7eac468031e218.tar.gz stonesense-f0518d6835a332acb5807e5c7a7eac468031e218.tar.bz2 stonesense-f0518d6835a332acb5807e5c7a7eac468031e218.tar.xz | |
Renamed erroneously named 'job' variables to correctly read 'profession'.
Diffstat (limited to 'commonTypes.h')
| -rw-r--r-- | commonTypes.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/commonTypes.h b/commonTypes.h index 1b804b1..40c7c7f 100644 --- a/commonTypes.h +++ b/commonTypes.h @@ -190,7 +190,7 @@ typedef struct bool dayNightCycle;
bool show_creature_moods;
- bool show_creature_jobs;
+ bool show_creature_professions;
bool transparentScreenshots;
|
