diff options
author | drumsetmonkey <abelleisle@roadrunner.com> | 2016-01-10 23:04:50 -0500 |
---|---|---|
committer | drumsetmonkey <abelleisle@roadrunner.com> | 2016-01-10 23:04:50 -0500 |
commit | a2284d1c9be35744cb43a91148c82cff64be7a43 (patch) | |
tree | 0e83b237969d519b1233ab974d668245d2ca4b9e /include | |
parent | 75a5569ed0d44494da379822aa5de519e4a4025b (diff) | |
parent | 66c99350e63ab6b32ec7fcda45e2e6b8c9f658da (diff) |
Player Sprite
Diffstat (limited to 'include')
-rw-r--r-- | include/world.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/world.h b/include/world.h index 5021fbb..0e85462 100644 --- a/include/world.h +++ b/include/world.h @@ -167,7 +167,7 @@ public: * loaded inside the world, with the Entity vector containing pointers to * the contents of all the others. */ - + std::vector<NPC *> npc; std::vector<Structures *> build; std::vector<Mob *> mob; |