diff options
Diffstat (limited to 'src/renderer.h')
-rw-r--r-- | src/renderer.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/renderer.h b/src/renderer.h index f650736..549f64a 100644 --- a/src/renderer.h +++ b/src/renderer.h | |||
@@ -187,6 +187,7 @@ private: | |||
187 | texture_ptr lamp_; | 187 | texture_ptr lamp_; |
188 | texture_ptr readInstruction_; | 188 | texture_ptr readInstruction_; |
189 | texture_ptr menuBg_; | 189 | texture_ptr menuBg_; |
190 | texture_ptr help_; | ||
190 | 191 | ||
191 | std::array<texture_ptr, NUM_TITLES> titles_; | 192 | std::array<texture_ptr, NUM_TITLES> titles_; |
192 | std::array<int, NUM_TITLES> titleWidths_; | 193 | std::array<int, NUM_TITLES> titleWidths_; |