fix slash

use static
This commit is contained in:
Glenn Maynard
2003-10-14 01:33:13 +00:00
parent e764def9c2
commit b79b3b4d2a
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -24,8 +24,8 @@
Bookkeeper* BOOKKEEPER = NULL; // global and accessable from anywhere in our program
const CString BOOKKEEPING_INI = BASE_PATH "Data\\Bookkeeping.ini";
const CString COINS_DAT = BASE_PATH "Data\\Coins.dat";
static const CString BOOKKEEPING_INI = BASE_PATH "Data" SLASH "Bookkeeping.ini";
static const CString COINS_DAT = BASE_PATH "Data" SLASH "Coins.dat";
+2 -2
View File
@@ -2,6 +2,6 @@
// Don't forget to also change ProductInfo.nsinc!
#define PRODUCT_NAME "StepMania"
#define PRODUCT_VER "3.9 random build"
//#define PRODUCT_VER "3.9 alpha 7"
//#define PRODUCT_VER "3.9 random build"
#define PRODUCT_VER "3.9 alpha 7"
#define PRODUCT_NAME_VER PRODUCT_NAME " " PRODUCT_VER