diff options
| author | Japa Illo | 2012-03-14 08:44:40 +0100 |
|---|---|---|
| committer | Japa Illo | 2012-03-14 08:44:40 +0100 |
| commit | 42de27ed582314bfb08fbf4ae61f6bdd8fb5fb8f (patch) | |
| tree | 9c5bdedd1ed6d541e64f5770da46442e4ae9af79 /GUI.cpp | |
| parent | dfae65496e4b4a591fdb8db9feda37dede714a89 (diff) | |
| download | stonesense-42de27ed582314bfb08fbf4ae61f6bdd8fb5fb8f.tar.gz stonesense-42de27ed582314bfb08fbf4ae61f6bdd8fb5fb8f.tar.bz2 stonesense-42de27ed582314bfb08fbf4ae61f6bdd8fb5fb8f.tar.xz | |
Fixed half-wall tops bring moved wrong when zoomed.
Signed-off-by: Japa Illo <japa.mala.illo@gmail.com>
Diffstat (limited to 'GUI.cpp')
| -rw-r--r-- | GUI.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -618,7 +618,7 @@ void drawDebugCursorAndInfo(WorldSegment * segment) }
}
}
- if(1) //just so it has it's own scope
+ //just so it has it's own scope
{
char strCreature[150] = {0};
generateCreatureDebugString( b->creature, strCreature );
|
