summary refs log tree commit diff stats
path: root/src/renderer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/renderer.h')
-rw-r--r--src/renderer.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/renderer.h b/src/renderer.h index 489a7ec..4c6ccc4 100644 --- a/src/renderer.h +++ b/src/renderer.h
@@ -138,13 +138,13 @@ private:
138 void renderSprite(const Sprite& sprite); 138 void renderSprite(const Sprite& sprite);
139 139
140 // Map rendering 140 // Map rendering
141 texture_ptr renderMapLayer(const Map& map, int layer); 141 texture_ptr renderMapLayer(const Map& map, bool above);
142 142
143 std::string cachedMapName_; 143 std::string cachedMapName_;
144 std::string cachedTilesetName_; 144 std::string cachedTilesetName_;
145 texture_ptr tilesetTex_; 145 texture_ptr tilesetTex_;
146 texture_ptr renLay0_; 146 texture_ptr renLowerLayer_;
147 texture_ptr renLay1_; 147 texture_ptr renUpperLayer_;
148 texture_ptr mapSwapTex_; 148 texture_ptr mapSwapTex_;
149 149
150 // Text rendering 150 // Text rendering