mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-10 23:01:50 +00:00
- last commit was incomplete. Forgot to save 2 files.
SVN r1067 (trunk)
This commit is contained in:
parent
d2f1515aa6
commit
ac4fb23c35
2 changed files with 2 additions and 1 deletions
|
@ -236,6 +236,7 @@ public:
|
|||
virtual bool TryPickup (AActor *toucher);
|
||||
virtual bool PickupForAmmo (AWeapon *ownedWeapon);
|
||||
virtual bool Use (bool pickup);
|
||||
virtual void Destroy();
|
||||
|
||||
virtual FState *GetUpState ();
|
||||
virtual FState *GetDownState ();
|
||||
|
|
|
@ -113,7 +113,7 @@ bool AWeapon::Use (bool pickup)
|
|||
//
|
||||
//===========================================================================
|
||||
|
||||
FState *AWeapon::Destroy()
|
||||
void AWeapon::Destroy()
|
||||
{
|
||||
if (SisterWeapon != NULL)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue