diff options
| author | manuel <manuel@mausz.at> | 2011-05-02 19:14:55 +0200 |
|---|---|---|
| committer | manuel <manuel@mausz.at> | 2011-05-02 19:14:55 +0200 |
| commit | 6ca702032d6844e211c67f18cf066e34fbbaf9d0 (patch) | |
| tree | 1db663110ea677a49fa18f8712ae66c99aff86e5 /pacman-c++/server.cpp | |
| parent | 9e9aab951df61e5a8ca6b94bb764e956643685f4 (diff) | |
| download | foop-6ca702032d6844e211c67f18cf066e34fbbaf9d0.tar.gz foop-6ca702032d6844e211c67f18cf066e34fbbaf9d0.tar.bz2 foop-6ca702032d6844e211c67f18cf066e34fbbaf9d0.zip | |
fix animation zValue
Diffstat (limited to 'pacman-c++/server.cpp')
| -rw-r--r-- | pacman-c++/server.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pacman-c++/server.cpp b/pacman-c++/server.cpp index a7ff89a..caf2fa5 100644 --- a/pacman-c++/server.cpp +++ b/pacman-c++/server.cpp | |||
| @@ -254,7 +254,7 @@ invalid_direction: | |||
| 254 | } | 254 | } |
| 255 | } | 255 | } |
| 256 | if (found.count() > 1) | 256 | if (found.count() > 1) |
| 257 | qCritical() << "[Collision] found" << found << "fields with color=" << col; | 257 | qCritical() << "[Collision] found" << found.count() << "fields with color=" << col; |
| 258 | } | 258 | } |
| 259 | #endif | 259 | #endif |
| 260 | 260 | ||
