diff options
| author | Japa | 2010-08-02 16:11:07 +0000 |
|---|---|---|
| committer | Japa | 2010-08-02 16:11:07 +0000 |
| commit | c261a2386e6e0648eaca8f001af3068f2606b72e (patch) | |
| tree | ab4b6f596f37ca87e28b00c76a3e80b077895b41 /UserInput.cpp | |
| parent | 641040bc8f4322e4ba9e0417e8f148c9d102dc65 (diff) | |
| download | stonesense-c261a2386e6e0648eaca8f001af3068f2606b72e.tar.gz stonesense-c261a2386e6e0648eaca8f001af3068f2606b72e.tar.bz2 stonesense-c261a2386e6e0648eaca8f001af3068f2606b72e.tar.xz | |
added the ability too selectively chop blocks in half.
Diffstat (limited to 'UserInput.cpp')
| -rw-r--r-- | UserInput.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/UserInput.cpp b/UserInput.cpp index 60dce02..7e3e9e9 100644 --- a/UserInput.cpp +++ b/UserInput.cpp @@ -231,7 +231,7 @@ void doKeys(int Key) }
if(Key == ALLEGRO_KEY_C){
config.truncate_walls++;
- if (config.truncate_walls > 2) config.truncate_walls = 0;
+ if (config.truncate_walls > 4) config.truncate_walls = 0;
timeToReloadSegment = true;
}
if(Key == ALLEGRO_KEY_F){
|
