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

@@ -64,6 +64,16 @@ struct stLevelControl
// as long as we only have POD
stLevelControl() { memset(this, 0, sizeof(stLevelControl)); }
// stuff for custom episode's options
struct
{
char DoorOpenDir;
char pShotSpeed;
char VortDieDoFade;
char vgatiles;
char vgasprites;
} cepvars;
};