Commit 9e20d967 authored by hybrid's avatar hybrid

Merged 1.8 branch, revision 4380, compile fix

git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@4381 dfc29bdd-3216-0410-991c-e03cc46cb475
parent ae25bdf2
...@@ -19,10 +19,9 @@ namespace irr ...@@ -19,10 +19,9 @@ namespace irr
//! constructor //! constructor
CIrrDeviceStub::CIrrDeviceStub(const SIrrlichtCreationParameters& params) CIrrDeviceStub::CIrrDeviceStub(const SIrrlichtCreationParameters& params)
: IrrlichtDevice(), VideoDriver(0), GUIEnvironment(0), SceneManager(0), : IrrlichtDevice(), VideoDriver(0), GUIEnvironment(0), SceneManager(0),
Timer(0), CursorControl(0), UserReceiver(params.EventReceiver), Logger(0), Operator(0), Timer(0), CursorControl(0), UserReceiver(params.EventReceiver),
Randomizer(0), FileSystem(0), InputReceivingSceneManager(0), Logger(0), Operator(0), Randomizer(0), FileSystem(0),
VideoModeList(0), CreationParams(params), Close(false) InputReceivingSceneManager(0), VideoModeList(0),
FileSystem(0), InputReceivingSceneManager(0), VideoModeList(0),
CreationParams(params), Close(false) CreationParams(params), Close(false)
{ {
Timer = new CTimer(params.UsePerformanceTimer); Timer = new CTimer(params.UsePerformanceTimer);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment