浏览代码

do not exit when loading a non-existing saved game

Wei Mingzhi 7 年之前
父节点
当前提交
52eb266c03
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      global.c

+ 1 - 1
global.c

@@ -575,7 +575,7 @@ PAL_LoadGame_Common(
 	//
 	// Try to open the specified file
 	//
-	FILE *fp = UTIL_OpenRequiredFileForMode(szFileName, "rb");
+	FILE *fp = UTIL_OpenFileForMode(szFileName, "rb");
 	//
 	// Read all data from the file and close.
 	//