diff options
Diffstat (limited to 'ResourceInformation.cpp')
-rw-r--r-- | ResourceInformation.cpp | 1 |
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); |