runs on Xbox
This commit is contained in:
@@ -237,9 +237,9 @@ const int NUM_ATTACKS_PER_LEVEL = 3;
|
||||
const int ITEM_NONE = -1;
|
||||
|
||||
|
||||
#define BG_ANIMS_DIR CString("BGAnimations/")
|
||||
#define VISUALIZATIONS_DIR CString("Visualizations/")
|
||||
#define RANDOMMOVIES_DIR CString("RandomMovies/")
|
||||
#define BG_ANIMS_DIR CString(BASE_PATH "BGAnimations" SLASH)
|
||||
#define VISUALIZATIONS_DIR CString(BASE_PATH "Visualizations" SLASH)
|
||||
#define RANDOMMOVIES_DIR CString(BASE_PATH "RandomMovies" SLASH)
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user