Removed the error on failed file open

master
Allen Webster 2018-05-09 14:40:20 -07:00
parent 0752dcc72a
commit 4270f54698
1 changed files with 0 additions and 3 deletions

View File

@ -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);
}