* improved physics

* Added Vorticon Elite of CK 8.4
* Reduced a bit the source code


git-svn-id: https://clonekeenplus.svn.sourceforge.net/svnroot/clonekeenplus/cgenius/trunk@163 4df4b0f3-56ce-47cb-b001-ed939b7d65a6
This commit is contained in:
gerstrong
2009-07-25 15:08:20 +00:00
parent 0958209911
commit 3044211de1
22 changed files with 357 additions and 371 deletions

View File

@@ -46,7 +46,7 @@ struct stLevelControl
char canexit; // 1 if player is allowed to use the exit door
char gameovermode; // 1 if "Game Over" is displayed
char dokeensleft; // 1 if we need to do the "Keens Left"
char dark; // 1 if level is currently dark (lights are out)
bool dark; // true if level is currently dark (lights are out)
int episode; // which episode we're playing (1-3)
bool hardmode;