diff options
| author | Jonas Ask | 2009-11-27 15:35:35 +0000 |
|---|---|---|
| committer | Jonas Ask | 2009-11-27 15:35:35 +0000 |
| commit | cf382c626ec583ab1abcbef7d1f38afaaaf91d67 (patch) | |
| tree | a8b2287de5c24c5ef5a967eca4008c43232adf5b /UserInput.cpp | |
| parent | 0a9fcbb2889a3db04c7bc96c3539d4a68ff8b623 (diff) | |
| download | stonesense-cf382c626ec583ab1abcbef7d1f38afaaaf91d67.tar.gz stonesense-cf382c626ec583ab1abcbef7d1f38afaaaf91d67.tar.bz2 stonesense-cf382c626ec583ab1abcbef7d1f38afaaaf91d67.tar.xz | |
Started working on a unified system for loading content configuration.
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 54a4111..268afe1 100644 --- a/UserInput.cpp +++ b/UserInput.cpp @@ -189,7 +189,7 @@ void doKeys(){ if(key[KEY_D]){
paintboard();
}
- if(key[KEY_G]){
+ /*if(key[KEY_G]){
LoadCreatureConfiguration( &creatureTypes );
LoadBuildingConfiguration( &buildingTypes );
LoadGroundMaterialConfiguration();
@@ -197,7 +197,7 @@ void doKeys(){ loadGraphicsFromDisk();
timeToReloadSegment = true;
- }
+ }*/
if(key[KEY_U]){
config.show_stockpiles = !config.show_stockpiles;
timeToReloadSegment = true;
|
