summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/game.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/game.cpp b/src/game.cpp
index 01c4b0ad..1bf5fd49 100644
--- a/src/game.cpp
+++ b/src/game.cpp
@@ -642,9 +642,9 @@ void do_parse() {
break;
// try to get the stats point to attribute...
// FIXME : Wrong or misplaced...
- case 0x0009:
- char_info->statsPointsToAttribute = RFIFOW(4);
- break;
+ //case 0x0009:
+ // char_info->statsPointsToAttribute = RFIFOW(4);
+ //break;
}
statusWindow->update();
if(char_info->hp==0) {