From 4270f54698042531b51469891b9994ba8433c199 Mon Sep 17 00:00:00 2001 From: Allen Webster Date: Wed, 9 May 2018 14:40:20 -0700 Subject: [PATCH] Removed the error on failed file open --- platform_win32/win32_4ed_functions.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/platform_win32/win32_4ed_functions.cpp b/platform_win32/win32_4ed_functions.cpp index fb2214b7..2d700bcd 100644 --- a/platform_win32/win32_4ed_functions.cpp +++ b/platform_win32/win32_4ed_functions.cpp @@ -317,9 +317,6 @@ Sys_Load_Handle_Sig(system_load_handle){ *(HANDLE*)handle_out = file; result = true; } - else{ - win32_output_error_string(true); - } return(result); }