mirror of
https://github.com/alliedmodders/amxmodx.git
synced 2024-12-24 13:55:36 +03:00
gcc-3. compat
This commit is contained in:
parent
e2226ae809
commit
d802a3c961
@ -307,4 +307,5 @@ void RankSystem::saveRank( const char* filename )
|
||||
fwrite( &i , 1, sizeof(short int), bfp); // null terminator
|
||||
|
||||
fclose(bfp);
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -119,4 +119,5 @@ public:
|
||||
};
|
||||
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user