Skip to content

Commit

Permalink
instantiate entityList
Browse files Browse the repository at this point in the history
  • Loading branch information
Glidias committed Mar 11, 2012
1 parent a871173 commit 0256096
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Binary file modified bin/test.swf
Binary file not shown.
4 changes: 4 additions & 0 deletions src/hashds/game/Game.hx
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@ class Game
_familyHash = new Dictionary();
_familyList = new MixList<Family>();
_systemList = new DMixPriorityList<GameSystem>();

#if !gameFixed
_entityList = new DMixList<Entity>();
#end
}


Expand Down

0 comments on commit 0256096

Please sign in to comment.