fixing compile error

Upon attempting to build the previous commit, I discovered that Zeta was referring to a var that wasn't declared. Fixed.
This commit is contained in:
Helloman892
2017-09-08 17:57:57 +01:00
parent 6b5b391d7b
commit 416cca88d3

View File

@@ -46,6 +46,8 @@
#define WARNING 1
static const int THEMES_PER_SCREEN = 4;
bool homebrew;
enum TextureID {
TEXTURE_FONT_RESERVED = 0, //used by pp2d for the font
TEXTURE_ARROW,