aboutsummaryrefslogtreecommitdiffstats
path: root/main.cpp
diff options
context:
space:
mode:
authorClyne Sullivan <tullivan99@gmail.com>2017-01-20 10:32:08 -0500
committerClyne Sullivan <tullivan99@gmail.com>2017-01-20 10:32:08 -0500
commit1ac412a5496fb6c63c47f199dfc7facd5f4c080a (patch)
treede51badd136251a8034e1c91fec1fb06b236a96a /main.cpp
parentdf22618e71ceeb73d3f4c6b8f74d9c07fce3ccea (diff)
item drop, pick up
Diffstat (limited to 'main.cpp')
-rw-r--r--main.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/main.cpp b/main.cpp
index 4a41a3a..30e19f9 100644
--- a/main.cpp
+++ b/main.cpp
@@ -131,8 +131,7 @@ int main(int argc, char *argv[])
/////////////////////////////
- game::engine.getSystem<InventorySystem>()->add("Debug", 3);
- game::engine.getSystem<InventorySystem>()->take("Debug", 2);
+ game::engine.getSystem<InventorySystem>()->add("Debug", 9);
std::list<SDL_Event> eventQueue;