Skip to content

Commit

Permalink
WAGE: Remove leftover debug message
Browse files Browse the repository at this point in the history
  • Loading branch information
sev- committed Feb 14, 2016
1 parent 81fb449 commit 1d0eed9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions engines/wage/combat.cpp
Expand Up @@ -517,8 +517,6 @@ bool WageEngine::handleMoveCommand(Directions dir, const char *dirName) {
Scene *playerScene = _world->_player->_currentScene;
const char *msg = playerScene->_messages[dir].c_str();

warning("Dir: %s msg: %s", dirName, msg);

if (!playerScene->_blocked[dir]) {
int destX = playerScene->_worldX + directionsX[dir];
int destY = playerScene->_worldY + directionsY[dir];
Expand Down

0 comments on commit 1d0eed9

Please sign in to comment.