summaryrefslogtreecommitdiffstats
path: root/ksnake/pixServer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ksnake/pixServer.cpp')
-rw-r--r--ksnake/pixServer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ksnake/pixServer.cpp b/ksnake/pixServer.cpp
index c27e554f..ed9a2113 100644
--- a/ksnake/pixServer.cpp
+++ b/ksnake/pixServer.cpp
@@ -216,7 +216,7 @@ void PixServer::drawBrick(TQPainter *p ,int i)
TQColor light(180,180,180);
TQColor dark(100,100,100);
- int topSq = board->getNext(N, i); //tqfind 'address' of neighbouring squares
+ int topSq = board->getNext(N, i); //find 'address' of neighbouring squares
int botSq = board->getNext(S, i);
int rightSq = board->getNext(E ,i);
int leftSq = board->getNext(W, i);