This commit is contained in:
parent
429e2197f2
commit
313762dc1a
8 changed files with 105 additions and 4 deletions
|
@ -77,6 +77,10 @@
|
|||
#include "projectl\projectl.h"
|
||||
#endif
|
||||
|
||||
#ifndef __JELLFISH_JELLFISH_H__
|
||||
#include "jellfish\jellfish.h"
|
||||
#endif
|
||||
|
||||
#ifndef __GAME_GAMESLOT_H__
|
||||
#include "game\gameslot.h"
|
||||
#endif
|
||||
|
@ -525,6 +529,10 @@ void CLevel::initThings(int _respawningLevel)
|
|||
hazard->setLayerCollision( getCollisionLayer() );
|
||||
}
|
||||
}
|
||||
|
||||
// initialise jellyfish generator
|
||||
|
||||
CJellyfishGenerator::init();
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue