mirror of
https://github.com/ZDoom/Raze.git
synced 2025-06-01 09:42:27 +00:00
SW: Remove a bunch of unused function parameters
git-svn-id: https://svn.eduke32.com/eduke32@8694 1a8010ca-5511-0410-912e-c29ae57300e0 # Conflicts: # source/sw/src/brooms.cpp # source/sw/src/draw.cpp # source/sw/src/game.cpp # source/sw/src/inv.cpp # source/sw/src/save.cpp # source/sw/src/spike.cpp # source/sw/src/text.cpp # source/sw/src/weapon.cpp
This commit is contained in:
parent
f9155048fc
commit
3e8dc4e509
20 changed files with 94 additions and 90 deletions
|
@ -71,7 +71,7 @@ SWBOOL ComboSwitchTest(short combo_type,short match);
|
|||
void DoSoundSpotStopSound(short match);
|
||||
void DoSector(void);
|
||||
short AnimateSwitch(SPRITEp sp,short tgt_value);
|
||||
void ShootableSwitch(short SpriteNum,short Weapon);
|
||||
void ShootableSwitch(short SpriteNum);
|
||||
SWBOOL TestKillSectorObject(SECTOR_OBJECTp sop);
|
||||
void WeaponExplodeSectorInRange(short weapon);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue