diff options
| author | Jonas Ask | 2009-11-16 03:26:44 +0000 |
|---|---|---|
| committer | Jonas Ask | 2009-11-16 03:26:44 +0000 |
| commit | 158fb586bf1a40252b284e82a6038868d4fc2e31 (patch) | |
| tree | 6b074e164809f2aefb6b5cda0770ad58eb594f76 /SpriteMaps.h | |
| parent | d6b417e3acc48a11ad972af8eca2c144943ab37e (diff) | |
| download | stonesense-158fb586bf1a40252b284e82a6038868d4fc2e31.tar.gz stonesense-158fb586bf1a40252b284e82a6038868d4fc2e31.tar.bz2 stonesense-158fb586bf1a40252b284e82a6038868d4fc2e31.tar.xz | |
Finished implementation of the config based wall and floor system.
Fixed a crash bug in DrawSpriteIndexOverlay in GUI.cpp
Diffstat (limited to 'SpriteMaps.h')
| -rw-r--r-- | SpriteMaps.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/SpriteMaps.h b/SpriteMaps.h index dd985fe..ee4c9f7 100644 --- a/SpriteMaps.h +++ b/SpriteMaps.h @@ -183,7 +183,7 @@ enum BlockIDs{ };
-int GetWallSpriteMap(int in, int matIndex);
+int GetWallSpriteMap(int in, int matIndex, bool getFillerFloor);
int GetFloorSpriteMap(int in, int matIndex);
int GetUpStairTypeMap(int in, bool mirrored);
int GetDownStairTypeMap(int in);
|
