From 42d7b3bb511333e242a74f360873deb64cd89522 Mon Sep 17 00:00:00 2001 From: tom Date: Mon, 2 May 2016 16:08:20 -0500 Subject: spring cleaning --- inc/resource.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'inc/resource.hpp') diff --git a/inc/resource.hpp b/inc/resource.hpp index c551844..5c45f96 100644 --- a/inc/resource.hpp +++ b/inc/resource.hpp @@ -14,7 +14,7 @@ class Resource: public Entity int getAmount(){return amount;}; private: - int amount; //value associated with the amount of whatever (food, etc) left in the resource + int amount; }; #endif -- cgit v1.2.3