Fix linux warnings
This commit is contained in:
@@ -105,8 +105,8 @@ CWeaponInfo::LoadWeaponData(void)
|
||||
sscanf(
|
||||
&line[lp],
|
||||
"%s %s %f %d %d %d %d %f %f %f %f %f %f %f %s %s %f %f %f %f %d %d",
|
||||
&weaponName,
|
||||
&fireType,
|
||||
weaponName,
|
||||
fireType,
|
||||
&range,
|
||||
&firingRate,
|
||||
&reload,
|
||||
@@ -119,8 +119,8 @@ CWeaponInfo::LoadWeaponData(void)
|
||||
&fireOffsetX,
|
||||
&fireOffsetY,
|
||||
&fireOffsetZ,
|
||||
&animToPlay,
|
||||
&anim2ToPlay,
|
||||
animToPlay,
|
||||
anim2ToPlay,
|
||||
&animLoopStart,
|
||||
&animLoopEnd,
|
||||
&delayBetweenAnimAndFire,
|
||||
@@ -201,4 +201,4 @@ CWeaponInfo::Shutdown(void)
|
||||
{
|
||||
debug("Shutting down CWeaponInfo...\n");
|
||||
debug("CWeaponInfo shut down\n");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user