summaryrefslogtreecommitdiffstats
path: root/pacman-c++/mainwidget.cpp
diff options
context:
space:
mode:
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);