summaryrefslogtreecommitdiff
path: root/src/vehicles/CarGen.h
diff options
context:
space:
mode:
authormajestic <majesticcoding@gmail.com>2020-07-05 13:45:09 -0700
committermajestic <majesticcoding@gmail.com>2020-07-20 09:49:39 -0700
commit1ff27e3363c4deb027619375ac289a6148cda529 (patch)
tree3b39a423fff3d683dea4b16fc36308a46118286f /src/vehicles/CarGen.h
parentceb1defc4e220037ad1b17eb2b8a497c1385de7b (diff)
cosmetic fixes
Diffstat (limited to 'src/vehicles/CarGen.h')
-rw-r--r--src/vehicles/CarGen.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vehicles/CarGen.h b/src/vehicles/CarGen.h
index 684f93ee..fccbee96 100644
--- a/src/vehicles/CarGen.h
+++ b/src/vehicles/CarGen.h
@@ -30,7 +30,7 @@ public:
void Process();
void Setup(float x, float y, float z, float angle, int32 mi, int16 color1, int16 color2, uint8 force, uint8 alarm, uint8 lock, uint16 min_delay, uint16 max_delay);
bool CheckForBlockage(int32 mi);
- bool CheckIfWithinRangeOfAnyPlayer();
+ bool CheckIfWithinRangeOfAnyPlayers();
void SetUsesRemaining(uint16 uses) { m_nUsesRemaining = uses; }
};