Null pointer fix, as suggested by Michael Knorr

svn-id: r3638
This commit is contained in:
James Brown 2002-03-02 08:41:52 +00:00
parent 4c12e5cf39
commit ee33febf34

View File

@ -208,6 +208,7 @@ void Scumm::scummMain(int argc, char **argv) {
if (!_gameDataPath) {
warning("No path was provided. Assuming that data file are in the current directory");
strcpy(_gameDataPath, "");
}
if(_features & GF_AFTER_V7)