diff options
Diffstat (limited to 'src/game.cpp')
-rw-r--r-- | src/game.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game.cpp b/src/game.cpp index 18ade5a7..b37d77bc 100644 --- a/src/game.cpp +++ b/src/game.cpp @@ -747,7 +747,7 @@ void do_parse() { // Buy/Sell dialog case 0x00c4: buyDialog->setVisible(false); - show_npc_dialog = 2; + buySellDialog->setVisible(true); current_npc = RFIFOL(2); break; // Buy dialog |