diff options
-rw-r--r-- | ChangeLog | 2 | ||||
-rw-r--r-- | src/game.cpp | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -9,6 +9,8 @@ * src/main.cpp: Use PhysFS to determine user's home directory on unix system. Removed an now unused header. + * src/game.cpp: Commented a switch case label that was left uncommented + though the rest was commented. 2005-08-02 Andrej Sinicyn <andrej4000@gmail.com> diff --git a/src/game.cpp b/src/game.cpp index 0e0c1c48..2279cb5f 100644 --- a/src/game.cpp +++ b/src/game.cpp @@ -1371,7 +1371,7 @@ void do_parse() } break; // Stop walking - case 0x0088: // Disabled because giving some problems + // case 0x0088: // Disabled because giving some problems //if (being = findNode(RFIFOL(2))) { // if (being->getId()!=player_node->getId()) { // char ids[20]; |