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:
gerstrong
2009-07-29 16:48:51 +00:00
parent 5059fd486a
commit e9497a8836
7 changed files with 70 additions and 7 deletions

View File

@@ -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)
{