butler and door updated from CK 8.4
git-svn-id: https://clonekeenplus.svn.sourceforge.net/svnroot/clonekeenplus/cgenius/trunk@192 4df4b0f3-56ce-47cb-b001-ed939b7d65a6
This commit is contained in:
@@ -384,6 +384,15 @@ short tilefix=0;
|
||||
objects[o].sprite = doorsprite;
|
||||
}
|
||||
|
||||
void delete_object(int o)
|
||||
{
|
||||
if (objects[o].exists)
|
||||
{
|
||||
objects[o].exists = 0;
|
||||
//if (o+1==highest_objslot) highest_objslot--;
|
||||
}
|
||||
}
|
||||
|
||||
// checks if score is > than "extra life at" and award 1-UPs when appropriate
|
||||
void extralifeat(int cp)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user