diff options
author | Dominique Martinet <asmadeus@codewreck.org> | 2011-11-29 01:13:11 +0100 |
---|---|---|
committer | Dominique Martinet <asmadeus@codewreck.org> | 2011-11-29 01:13:11 +0100 |
commit | f096cba3b737eb01e657e76187cf140f4c7a1acc (patch) | |
tree | a6920756d170fde10af9b2da0752f0318297c058 /Cell.h | |
parent | c4a79599058446ae30f0a193f7c7ca67ab2c2c91 (diff) |
fixed spaces to tab, added some comments and prepared a place to call AI calls
Diffstat (limited to 'Cell.h')
-rw-r--r-- | Cell.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -41,7 +41,7 @@ public: private:
CellState m_currentState;
- Player* m_pPlayer; // A pointer to the player currently or previously on this space. May be NULL.
+ Player* m_pPlayer; // A pointer to the player currently or previously on this space. May be NULL.
};
|