summaryrefslogtreecommitdiffstats
path: root/pacman-c++/sceneholder.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'pacman-c++/sceneholder.cpp')
-rw-r--r--pacman-c++/sceneholder.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/pacman-c++/sceneholder.cpp b/pacman-c++/sceneholder.cpp
index f13bf76..c9bcbf9 100644
--- a/pacman-c++/sceneholder.cpp
+++ b/pacman-c++/sceneholder.cpp
@@ -100,11 +100,11 @@ void SceneHolder::updateMap(const Transmission::map_t& map)
100 } 100 }
101 else if (cur & Transmission::empty) 101 else if (cur & Transmission::empty)
102 { 102 {
103 // already handled 103 /* already handled */
104 } 104 }
105 else 105 else
106 { 106 {
107 qDebug() << "abort at " << cur; 107 qWarning() << "Unknown data value at" << cur;
108 Q_ASSERT(false); 108 Q_ASSERT(false);
109 } 109 }
110 110