v1.2
v1.2: Fix compiler warnings from gmqcc.
Fixes all reasonable warnings reported by the gmqcc QuakeC compiler.
- Initialize variables in ClientObituary.
- Initialize variable in W_ChangeWeapon.
- Initialize variable in weapon_touch.
- Initialize variables in armor_touch.
- Fixed return type for WizardAttackFinished.
- Updated FindIntermission to have a return value in failure case.
- Fixed return type for SetMovedir.
- Fixed local variable shadowing parameter in LaunchLaser.
- Fixed missing parameter in call to ai_charge by ogre_smash12.
- Fixed "allways" spelling error in comments.
- Remove unused local variable shadowing parameter in SpawnMeatSpray.
- Fixed missing return value in CheckAnyAttack.
- Fixed missing return value in FindTarget.
- Changed definition of droptofloor in defs.qc to match C code.
- Added missing parameter in call to makestatic in func_illusionary.
- Updated misc_fireball in misc.qc set fireball speed if not set.