summaryrefslogtreecommitdiffstats
path: root/Game.cpp
diff options
context:
space:
mode:
authorDominique Martinet <asmadeus@codewreck.org>2011-11-29 00:50:12 +0100
committerDominique Martinet <asmadeus@codewreck.org>2011-11-29 00:50:12 +0100
commitc4a79599058446ae30f0a193f7c7ca67ab2c2c91 (patch)
tree8bf0d888b90af53a1c0ff197b1c8e073214e3fd9 /Game.cpp
parent7b3179761d96c76739fbd178a0b053c683f4f833 (diff)
updated question with an possible answer.. please answer it?
Diffstat (limited to 'Game.cpp')
-rw-r--r--Game.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/Game.cpp b/Game.cpp
index 06b289c..2a45e46 100644
--- a/Game.cpp
+++ b/Game.cpp
@@ -32,8 +32,8 @@ Game::Game(int width, int height, PlayerNumber num):
Game::~Game(void)
{
- // ~m_Field; ?
- // same for each player ?
+ // ~m_Field; ? same for each player ?
+ // apparently not needed since we contain the object and not a pointer to it, right?
}