mirror of
https://github.com/dhewm/dhewm3.git
synced 2025-01-31 13:40:38 +00:00
Mark unused variable in a non-debug build as such
Forgot this one in be40e9d6
This commit is contained in:
parent
d0e5555f72
commit
6017d8d7a1
1 changed files with 1 additions and 1 deletions
|
@ -1023,7 +1023,7 @@ idPhysics_StaticMulti::ReadFromSnapshot
|
||||||
================
|
================
|
||||||
*/
|
*/
|
||||||
void idPhysics_StaticMulti::ReadFromSnapshot( const idBitMsgDelta &msg ) {
|
void idPhysics_StaticMulti::ReadFromSnapshot( const idBitMsgDelta &msg ) {
|
||||||
int i, num;
|
int i, num id_attribute((unused));
|
||||||
idCQuat quat, localQuat;
|
idCQuat quat, localQuat;
|
||||||
|
|
||||||
num = msg.ReadByte();
|
num = msg.ReadByte();
|
||||||
|
|
Loading…
Reference in a new issue