aboutsummaryrefslogtreecommitdiffstats
path: root/main.cpp
diff options
context:
space:
mode:
authorClyne Sullivan <tullivan99@gmail.com>2017-03-28 11:21:33 -0400
committerClyne Sullivan <tullivan99@gmail.com>2017-03-28 11:21:33 -0400
commit00f879600bcea8f1ec1775c941041ee6346a60ba (patch)
treef9bb9ca811a2a565aed16ccab31cc2847539072f /main.cpp
parentceef5de7d838e97c3d7f990023398181ee1500c2 (diff)
skirl can kill
Diffstat (limited to 'main.cpp')
-rw-r--r--main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.cpp b/main.cpp
index 8fb97c1..2cc5786 100644
--- a/main.cpp
+++ b/main.cpp
@@ -117,8 +117,8 @@ int main(int argc, char *argv[])
/////////////////////////////
- game::engine.getSystem<InventorySystem>()->add("Wood Sword", 1);
game::engine.getSystem<InventorySystem>()->add("Hunters Bow", 1);
+ game::engine.getSystem<InventorySystem>()->add("Wood Sword", 1);
game::engine.getSystem<InventorySystem>()->add("Arrow", 198);
std::list<SDL_Event> eventQueue;