summaryrefslogtreecommitdiffstats
path: root/pacman-c++/mainwidget.cpp
diff options
context:
space:
mode:
authormanuel <manuel@mausz.at>2011-05-02 15:50:23 +0200
committermanuel <manuel@mausz.at>2011-05-02 15:50:23 +0200
commitce20694e0db010b5d65bdd2ee81a410efbf99e3d (patch)
tree6063fb3b023d156374936cc6d405abf3e57532cd /pacman-c++/mainwidget.cpp
parent41a31420cf091aeb4e986503387855d41e550106 (diff)
downloadfoop-ce20694e0db010b5d65bdd2ee81a410efbf99e3d.tar.gz
foop-ce20694e0db010b5d65bdd2ee81a410efbf99e3d.tar.bz2
foop-ce20694e0db010b5d65bdd2ee81a410efbf99e3d.zip
w000h00
Diffstat (limited to 'pacman-c++/mainwidget.cpp')
-rw-r--r--pacman-c++/mainwidget.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/pacman-c++/mainwidget.cpp b/pacman-c++/mainwidget.cpp
index f164219..3c77765 100644
--- a/pacman-c++/mainwidget.cpp
+++ b/pacman-c++/mainwidget.cpp
@@ -141,7 +141,7 @@ void MainWidget::tick()
141 Q_ASSERT(worked); 141 Q_ASSERT(worked);
142 Q_UNUSED(worked); 142 Q_UNUSED(worked);
143 143
144 /* eating order data set inidicates a new round */ 144 /* eating order data set indicates a new round */
145 if (m_updatepacket.eating_order_size() > 0) 145 if (m_updatepacket.eating_order_size() > 0)
146 { 146 {
147 Q_ASSERT(m_scene != NULL); 147 Q_ASSERT(m_scene != NULL);