1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-19 13:03:11 +01:00

Grammar, readability, and spelling fixes

[ci skip]
This commit is contained in:
CraigCraig
2017-05-11 04:45:59 -05:00
committed by Michał Janiszewski
parent 86d8863496
commit 58deb3a54a
19 changed files with 57 additions and 57 deletions

View File

@@ -297,7 +297,7 @@ private:
object->Unload();
delete object;
// Because its possible to have the same loaded object for multiple
// Because it's possible to have the same loaded object for multiple
// slots, we have to make sure find and set all of them to nullptr
if (_loadedObjects != nullptr)
{