summaryrefslogtreecommitdiff
path: root/UserInput.cpp
diff options
context:
space:
mode:
authorJapa2011-03-08 19:41:58 +0000
committerJapa2011-03-08 19:41:58 +0000
commitb64e4f3d69a7844f17f27a401e50d6bd0657ea4f (patch)
tree9ffc7700a1eceb2e570e569c78f6d82a64991e9f /UserInput.cpp
parentf48019c52cc1848a06749d10d294756bb95fba61 (diff)
downloadstonesense-b64e4f3d69a7844f17f27a401e50d6bd0657ea4f.tar.gz
stonesense-b64e4f3d69a7844f17f27a401e50d6bd0657ea4f.tar.bz2
stonesense-b64e4f3d69a7844f17f27a401e50d6bd0657ea4f.tar.xz
added more creatures, some tree related fixes.
Diffstat (limited to 'UserInput.cpp')
-rw-r--r--UserInput.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/UserInput.cpp b/UserInput.cpp
index fc43a94..29243ea 100644
--- a/UserInput.cpp
+++ b/UserInput.cpp
@@ -215,11 +215,11 @@ void doKeys(int Key)
//contentLoader.reload_configs();
//timeToReloadSegment = true;
}
- if(Key == ALLEGRO_KEY_U){
+ if(Key == ALLEGRO_KEY_I){
config.show_stockpiles = !config.show_stockpiles;
timeToReloadSegment = true;
}
- if(Key == ALLEGRO_KEY_I){
+ if(Key == ALLEGRO_KEY_U){
config.show_zones = !config.show_zones;
timeToReloadSegment = true;
}