diff options
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){
|
