mirror of
https://git.code.sf.net/p/quake/newtree
synced 2025-05-30 16:50:48 +00:00
revert back to using f* for file io. I hope this fixes the catapult, but I wouldn't be suprised if it doesn't.
This commit is contained in:
parent
02eaf75b18
commit
e98edd5f5f
15 changed files with 113 additions and 115 deletions
|
@ -70,8 +70,8 @@ void COM_CheckRegistered (void)
|
|||
|
||||
if (h) {
|
||||
static_registered = 1;
|
||||
Qread (h, check, sizeof(check));
|
||||
Qclose (h);
|
||||
fread (check, 1, sizeof(check), h);
|
||||
fclose (h);
|
||||
}
|
||||
|
||||
if (static_registered) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue