X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fgame%2Froot.h;h=4f7ea76101c4b831d2be304b922a047e508b4f19;hb=5ef7c7a9e1e6681ce43fae217e0c3a1b846e6874;hp=f4ed18edc1b509510441e36c4306de8de2d3ce0f;hpb=9248910baf5bab301c7329182b143870321a95f0;p=libs%2Fgame.git diff --git a/source/game/root.h b/source/game/root.h index f4ed18e..4f7ea76 100644 --- a/source/game/root.h +++ b/source/game/root.h @@ -13,7 +13,7 @@ private: Stage &stage; public: - Root(Stage &s): Entity(Handle()), stage(s) { } + Root(Stage &s): Entity(nullptr), stage(s) { } Stage &get_stage() const { return stage; } };