mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-02-02 03:35:09 +01:00
Remove whitespace
@@ -83,7 +83,7 @@ To return a result either the `MakeResult` function or `std::make_unique<GameAct
|
||||
```
|
||||
`MakeResult()` returns a default constructed result. This will be GA_ERROR::OK.
|
||||
```
|
||||
GameActionResult::Ptr Execute() const
|
||||
GameActionResult::Ptr Execute() const
|
||||
{
|
||||
gCash -= (gBankLoan - _value);
|
||||
gBankLoan = _value;
|
||||
|
||||
Reference in New Issue
Block a user