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 /UserInput.cpp | |
| 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 'UserInput.cpp')
| -rw-r--r-- | UserInput.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/UserInput.cpp b/UserInput.cpp index 7f5f735..96c31fb 100644 --- a/UserInput.cpp +++ b/UserInput.cpp @@ -232,8 +232,8 @@ void doKeys(int Key) config.show_creature_moods = !config.show_creature_moods;
timeToReloadSegment = true;
}
- if(Key == ALLEGRO_KEY_J){
- config.show_creature_jobs = !config.show_creature_jobs;
+ if(Key == ALLEGRO_KEY_P){
+ config.show_creature_professions = !config.show_creature_professions;
timeToReloadSegment = true;
}
if(Key == ALLEGRO_KEY_C){
|
