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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/renderer.h b/src/renderer.h index 1364550..de1e125 100644 --- a/src/renderer.h +++ b/src/renderer.h
@@ -137,6 +137,7 @@ private:
137 texture_ptr playerSheet_; 137 texture_ptr playerSheet_;
138 texture_ptr tileset_; 138 texture_ptr tileset_;
139 texture_ptr lamp_; 139 texture_ptr lamp_;
140 texture_ptr readInstruction_;
140 141
141 std::array<texture_ptr, NUM_TITLES> titles_; 142 std::array<texture_ptr, NUM_TITLES> titles_;
142 std::array<int, NUM_TITLES> titleWidths_; 143 std::array<int, NUM_TITLES> titleWidths_;