5717 - Gamecode can open file "" for reading
This commit is contained in:
@@ -82,6 +82,10 @@ int Sys_Milliseconds (void) {
|
||||
return 0;
|
||||
}
|
||||
|
||||
FILE *Sys_FOpen(const char *ospath, const char *mode) {
|
||||
return fopen( ospath, mode );
|
||||
}
|
||||
|
||||
void Sys_Mkdir (char *path) {
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user