This commit is contained in:
Paul 2001-04-19 19:18:22 +00:00
parent bee58f4672
commit e207952658
7 changed files with 46 additions and 7 deletions

View file

@ -138,5 +138,28 @@ void CSpatulaPickup::renderPickup(DVECTOR *_pos)
}
}
/*----------------------------------------------------------------------
Function:
Purpose:
Params:
Returns:
---------------------------------------------------------------------- */
void CBalloonAndSpatulaPickup::thinkPickup(int _frames)
{
}
/*----------------------------------------------------------------------
Function:
Purpose:
Params:
Returns:
---------------------------------------------------------------------- */
void CBalloonAndSpatulaPickup::renderPickup(DVECTOR *_pos)
{
}
/*===========================================================================
end */