summaryrefslogtreecommitdiffstats
path: root/pacman-c++/mainwidget.cpp
diff options
context:
space:
mode:
authortotycro <totycro@unknown-horizons.org>2011-04-10 01:00:37 +0200
committertotycro <totycro@unknown-horizons.org>2011-04-10 01:00:37 +0200
commit18ca65a550c25ed69dcf8b75e7b8862458e11025 (patch)
treefad99cad7290a007bd86a70ae2b4ffc763f7f86b /pacman-c++/mainwidget.cpp
parentda481762bded855ffd709114ee3a16ec4dbaaeb6 (diff)
downloadfoop-18ca65a550c25ed69dcf8b75e7b8862458e11025.tar.gz
foop-18ca65a550c25ed69dcf8b75e7b8862458e11025.tar.bz2
foop-18ca65a550c25ed69dcf8b75e7b8862458e11025.zip
Added primitive game logic (make pacman avoid walls)
Diffstat (limited to 'pacman-c++/mainwidget.cpp')
-rw-r--r--pacman-c++/mainwidget.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/pacman-c++/mainwidget.cpp b/pacman-c++/mainwidget.cpp
index 25f554a..b140871 100644
--- a/pacman-c++/mainwidget.cpp
+++ b/pacman-c++/mainwidget.cpp
@@ -165,7 +165,6 @@ void MainWidget::tick()
165 ++i; 165 ++i;
166 } 166 }
167 } 167 }
168
169 updateMap(map); 168 updateMap(map);
170 } 169 }
171} 170}