mirror of
https://github.com/libretro/scummvm.git
synced 2025-04-03 07:11:49 +00:00
Null pointer fix, as suggested by Michael Knorr
svn-id: r3638
This commit is contained in:
parent
4c12e5cf39
commit
ee33febf34
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user