RaiseWater implemented. Set Debug RaiseWater to true to activate it. And fixed second stage crashing.

This commit is contained in:
PlatinumSkink
2015-10-22 14:04:36 +02:00
parent 59c23026d2
commit 54f8fcd185
14 changed files with 143 additions and 68 deletions
+2
View File
@@ -51,6 +51,7 @@
#include "Game/CBrickPart.h"
#include "Game/CWall.h"
#include "Game/CKraken.h"
#include "Game/CNewWaterVolume.h"
#include "Game/CBackground.h"
#include "Game/CTravels.h"
#include "Game/CStickyAim.h"
@@ -149,6 +150,7 @@ public:
m_World->ComponentFactory.Register<Components::BrickPart>();
m_World->ComponentFactory.Register<Components::Pad>();
m_World->ComponentFactory.Register<Components::Wall>();
m_World->ComponentFactory.Register<Components::NewWaterVolume>();
m_World->ComponentFactory.Register<Components::Background>();
m_World->ComponentFactory.Register<Components::Life>();
m_World->ComponentFactory.Register<Components::Lifebuoy>();