summaryrefslogtreecommitdiff
path: root/mg_setup.h
diff options
context:
space:
mode:
Diffstat (limited to 'mg_setup.h')
-rw-r--r--mg_setup.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/mg_setup.h b/mg_setup.h
index e94129f..84324ad 100644
--- a/mg_setup.h
+++ b/mg_setup.h
@@ -32,6 +32,7 @@ using namespace std;
#define backgrCoverSmall 1
#define backgrCoverBig 2
#define backgrLive 3
+#define backgrBitmap 4
/*!
* \brief storage for setup data
@@ -70,9 +71,7 @@ class mgSetup
// Player:
int ArtistFirst;
-#ifdef USE_BITMAP
int ImgAlpha;
-#endif
int Jumptime;
int DeleteStaleReferences;