Cleaned up a few TODOs from #7963 (#8254)

This commit is contained in:
Lemongrass3110
2024-05-02 22:44:31 +02:00
committed by GitHub
parent 6d2ef66bbb
commit 827517f8cf
16 changed files with 788 additions and 876 deletions

View File

@@ -14598,7 +14598,7 @@ TIMER_FUNC(pc_autotrade_timer){
sd->autotrade_tid = INVALID_TIMER;
if (sd->state.autotrade&2)
vending_reopen(sd);
vending_reopen(*sd);
if (sd->state.autotrade&4)
buyingstore_reopen(sd);