From 416cca88d3b49f84c0187c01a90bf1d4b4249a0c Mon Sep 17 00:00:00 2001 From: Helloman892 <1565516+Helloman892@users.noreply.github.com> Date: Fri, 8 Sep 2017 17:57:57 +0100 Subject: [PATCH] fixing compile error Upon attempting to build the previous commit, I discovered that Zeta was referring to a var that wasn't declared. Fixed. --- include/common.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/common.h b/include/common.h index aa78e18..fd43850 100644 --- a/include/common.h +++ b/include/common.h @@ -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,