mirror of
https://github.com/DrBeef/Raze.git
synced 2024-11-15 17:01:51 +00:00
Revert post-r5496 warning cleanup.
git-svn-id: https://svn.eduke32.com/eduke32@5701 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
6173a8c339
commit
5f824d02f6
1 changed files with 0 additions and 3 deletions
|
@ -850,7 +850,6 @@ void G_AddGameLight(int32_t radius, int32_t srcsprite, int32_t zoffset, int32_t
|
|||
UNREFERENCED_PARAMETER(range);
|
||||
UNREFERENCED_PARAMETER(color);
|
||||
UNREFERENCED_PARAMETER(priority);
|
||||
UNREFERENCED_PARAMETER(smoothratio);
|
||||
#endif
|
||||
}
|
||||
|
||||
|
@ -8296,8 +8295,6 @@ void G_RefreshLights(void)
|
|||
}
|
||||
} while (k < MAXSTATUS);
|
||||
}
|
||||
#else
|
||||
UNREFERENCED_PARAMETER(smoothratio);
|
||||
#endif
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue