summaryrefslogtreecommitdiffstats
path: root/Cell.h
diff options
context:
space:
mode:
authorDominique Martinet <asmadeus@codewreck.org>2011-11-29 01:13:11 +0100
committerDominique Martinet <asmadeus@codewreck.org>2011-11-29 01:13:11 +0100
commitf096cba3b737eb01e657e76187cf140f4c7a1acc (patch)
treea6920756d170fde10af9b2da0752f0318297c058 /Cell.h
parentc4a79599058446ae30f0a193f7c7ca67ab2c2c91 (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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cell.h b/Cell.h
index 44c3bab..2e86a76 100644
--- a/Cell.h
+++ b/Cell.h
@@ -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.
};