summaryrefslogtreecommitdiff
path: root/src/game.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/game.cpp')
-rw-r--r--src/game.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game.cpp b/src/game.cpp
index 0dec4268..0a0534f5 100644
--- a/src/game.cpp
+++ b/src/game.cpp
@@ -813,7 +813,7 @@ void do_parse() {
// List in NPC dialog
case 0x00b7:
current_npc = RFIFOL(4);
- alert(RFIFOP(8),"","","","",0,0);
+ //alert(RFIFOP(8),"","","","",0,0);
parse_items(RFIFOP(8), RFIFOW(2));
show_npc_dialog = 5;
break;