fix slash
use static
This commit is contained in:
@@ -24,8 +24,8 @@
|
|||||||
|
|
||||||
Bookkeeper* BOOKKEEPER = NULL; // global and accessable from anywhere in our program
|
Bookkeeper* BOOKKEEPER = NULL; // global and accessable from anywhere in our program
|
||||||
|
|
||||||
const CString BOOKKEEPING_INI = BASE_PATH "Data\\Bookkeeping.ini";
|
static const CString BOOKKEEPING_INI = BASE_PATH "Data" SLASH "Bookkeeping.ini";
|
||||||
const CString COINS_DAT = BASE_PATH "Data\\Coins.dat";
|
static const CString COINS_DAT = BASE_PATH "Data" SLASH "Coins.dat";
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -2,6 +2,6 @@
|
|||||||
// Don't forget to also change ProductInfo.nsinc!
|
// Don't forget to also change ProductInfo.nsinc!
|
||||||
|
|
||||||
#define PRODUCT_NAME "StepMania"
|
#define PRODUCT_NAME "StepMania"
|
||||||
#define PRODUCT_VER "3.9 random build"
|
//#define PRODUCT_VER "3.9 random build"
|
||||||
//#define PRODUCT_VER "3.9 alpha 7"
|
#define PRODUCT_VER "3.9 alpha 7"
|
||||||
#define PRODUCT_NAME_VER PRODUCT_NAME " " PRODUCT_VER
|
#define PRODUCT_NAME_VER PRODUCT_NAME " " PRODUCT_VER
|
||||||
|
|||||||
Reference in New Issue
Block a user