diff options
Diffstat (limited to 'labb4/GameState.h')
| -rw-r--r-- | labb4/GameState.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/labb4/GameState.h b/labb4/GameState.h index 17b86de..eb10a70 100644 --- a/labb4/GameState.h +++ b/labb4/GameState.h @@ -76,7 +76,7 @@ public: private: std::vector<Robot*> robots; // the robots and the junk combined - Hero hero; // the hero + Hero hero; // the hero // private helpers bool isEmpty(const Unit& unit) const; |
