diff options
author | jacopograndi <jak.sk8@hotmail.it> | 2021-09-06 20:11:36 +0200 |
---|---|---|
committer | jacopograndi <jak.sk8@hotmail.it> | 2021-09-06 20:11:36 +0200 |
commit | 411d2f6d6a6e5370d33f0f54b2f2de7147a9d977 (patch) | |
tree | 82b631079a3d7226ce6384f695f2e3b213a2c635 /game/load.cpp | |
parent | 522a43d16e812e10ff69747ee916918b4bd29f2f (diff) |
started ai
Diffstat (limited to 'game/load.cpp')
-rw-r--r-- | game/load.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/game/load.cpp b/game/load.cpp index 9f58c7d..ea4e9e7 100644 --- a/game/load.cpp +++ b/game/load.cpp @@ -145,8 +145,6 @@ void load_json (Inv &inv) { tech.bonus.aff_all = b["aff_all"]; } } - - std::cout << tech.id << tech.bonus.to_string() << std::endl; inv.techs.push_back(tech); } }
\ No newline at end of file |