remove some globally-defined CStrings
This commit is contained in:
@@ -13,6 +13,13 @@
|
||||
#include "GameConstantsAndTypes.h"
|
||||
#include "GameState.h"
|
||||
|
||||
const CString BG_ANIMS_DIR = "BGAnimations/";
|
||||
const CString VISUALIZATIONS_DIR = "Visualizations/";
|
||||
const CString RANDOMMOVIES_DIR = "RandomMovies/";
|
||||
|
||||
const CString DEFAULT_RANKING_NAME = "STEP";
|
||||
const CString GROUP_ALL_MUSIC = "";
|
||||
|
||||
CString CategoryToString( RadarCategory cat )
|
||||
{
|
||||
switch( cat )
|
||||
|
||||
Reference in New Issue
Block a user