aboutsummaryrefslogtreecommitdiffstats
path: root/main.cpp
diff options
context:
space:
mode:
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;