Fix dictionaryFile
This commit is contained in:
@ -14,7 +14,7 @@
|
||||
#ifdef __APPLE__
|
||||
const std::string Boggle::s_DICTIONARY_FILE = "../../../EnglishWords.dat";
|
||||
#else
|
||||
const std::string Boggle::DICTIONARY_FILE = "EnglishWords.dat";
|
||||
const std::string Boggle::s_DICTIONARY_FILE = "EnglishWords.dat";
|
||||
#endif
|
||||
|
||||
static const int g_NUM_CUBES = 16; // the number of cubes in the game
|
||||
|
Reference in New Issue
Block a user