diff options
author | Clyne Sullivan <tullivan99@gmail.com> | 2017-01-20 10:32:08 -0500 |
---|---|---|
committer | Clyne Sullivan <tullivan99@gmail.com> | 2017-01-20 10:32:08 -0500 |
commit | 1ac412a5496fb6c63c47f199dfc7facd5f4c080a (patch) | |
tree | de51badd136251a8034e1c91fec1fb06b236a96a /main.cpp | |
parent | df22618e71ceeb73d3f4c6b8f74d9c07fce3ccea (diff) |
item drop, pick up
Diffstat (limited to 'main.cpp')
-rw-r--r-- | main.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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; |