mirror of
https://github.com/ioquake/ioq3.git
synced 2025-06-02 18:01:34 +00:00
Changed inline to __inline.
Visual C does not accept the inline keyword, only __inline. Visual C does not recognize the #warning compiler directive
This commit is contained in:
parent
0a8f2fe25b
commit
38e3825516
4 changed files with 7 additions and 5 deletions
|
@ -2837,12 +2837,12 @@ if the full version is not found
|
|||
*/
|
||||
static void FS_SetRestrictions( void ) {
|
||||
searchpath_t *path;
|
||||
char *productId;
|
||||
|
||||
Com_Printf("smells like demo data, continueing anyways\n");
|
||||
return;
|
||||
// return;
|
||||
|
||||
#ifndef PRE_RELEASE_DEMO
|
||||
char *productId;
|
||||
|
||||
// if fs_restrict is set, don't even look for the id file,
|
||||
// which allows the demo release to be tested even if
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue