diff options
author | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2004-12-28 00:38:57 +0000 |
---|---|---|
committer | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2004-12-28 00:38:57 +0000 |
commit | 4542a711526bfcd09184436eda440b10bb92fbed (patch) | |
tree | 623aa067833af01cb530140ebc151a41659929e6 /src/game.cpp | |
parent | e5ba1c69c54cb7e7abbe2bab67aff46255575d0e (diff) | |
download | mana-4542a711526bfcd09184436eda440b10bb92fbed.tar.gz mana-4542a711526bfcd09184436eda440b10bb92fbed.tar.bz2 mana-4542a711526bfcd09184436eda440b10bb92fbed.tar.xz mana-4542a711526bfcd09184436eda440b10bb92fbed.zip |
Ported buy/sell dialog, made sure mouse is only drawn once and updated build
files.
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 |