From 411d2f6d6a6e5370d33f0f54b2f2de7147a9d977 Mon Sep 17 00:00:00 2001 From: jacopograndi Date: Mon, 6 Sep 2021 20:11:36 +0200 Subject: started ai --- game/load.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'game/load.cpp') 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 -- cgit v1.2.3-54-g00ecf