From 7667effa9635b0c25088305fe89c15a9805d6dbb Mon Sep 17 00:00:00 2001 From: manuel Date: Mon, 11 Apr 2011 16:58:36 +0200 Subject: - server doesn't neet mainwidget.cpp - removed local mode (doesn't work anyway) - made movement more like orginal pacman --- pacman-c++/sceneholder.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pacman-c++/sceneholder.cpp') 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) } else if (cur & Transmission::empty) { - // already handled + /* already handled */ } else { - qDebug() << "abort at " << cur; + qWarning() << "Unknown data value at" << cur; Q_ASSERT(false); } -- cgit v1.2.3