Fix order hotkeys

This commit is contained in:
dP
2023-02-20 23:39:51 +04:00
parent 89734ef85a
commit 964c5d3413
5 changed files with 37 additions and 15 deletions
+2 -2
View File
@@ -921,7 +921,7 @@ static void DoRegularFunding(Town *t)
citymania::cmd::DoTownAction(t->index, HK_FUND)
.with_tile(t->xy)
.set_auto()
.no_estimate()
.as_company(_local_company)
.post();
t->last_funding = _tick_counter;
@@ -958,7 +958,7 @@ static void DoRegularAdvertising(Town *t) {
citymania::cmd::DoTownAction(t->index, HK_LADVERT)
.with_tile(t->xy)
.set_auto()
.no_estimate()
.as_company(_local_company)
.post();
}