aboutsummaryrefslogtreecommitdiff
path: root/ResourceInformation.cpp
diff options
context:
space:
mode:
authorBDKPlayer <fabian.stotz@yahoo.de>2020-03-27 22:09:57 +0100
committerBDKPlayer <fabian.stotz@yahoo.de>2020-03-27 22:09:57 +0100
commit78ddf8f82467c64d8653cea199e1f435afe41b76 (patch)
tree39d6eb7d140d19efa572e63fdd1006f047a2e3ad /ResourceInformation.cpp
parente95f90c028b40f39a41f18533f7cc921f4f37dd3 (diff)
Added: Custom Loading Screen
Fixed: Minimaphook now works in release/debug
Diffstat (limited to 'ResourceInformation.cpp')
-rw-r--r--ResourceInformation.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/ResourceInformation.cpp b/ResourceInformation.cpp
index 57ff2d0..dcaf470 100644
--- a/ResourceInformation.cpp
+++ b/ResourceInformation.cpp
@@ -8,6 +8,7 @@
void ResourceInformation::OnMenuPlayerTreenode(Player* player, int playerIndex)
{
+ ImGui::Text("Resources: %p", player->pResources);
ImGui::Text("Wood: %.f", player->pResources->wood);
ImGui::Text("Food: %.f", player->pResources->food);
ImGui::Text("Gold: %.f", player->pResources->gold);