Browse Source

do not exit when loading a non-existing saved game

Wei Mingzhi 7 years ago
parent
commit
52eb266c03
1 changed files with 1 additions and 1 deletions
  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.
 	//