summaryrefslogtreecommitdiffstats
path: root/src/vehicles/CarGen.h
diff options
context:
space:
mode:
authoraap <aap@papnet.eu>2020-07-20 19:56:18 +0200
committerGitHub <noreply@github.com>2020-07-20 19:56:18 +0200
commitee2d0ffc145ae3443584b20f3bba11fa596e775f (patch)
treeedd47c08cadd57fdb40d4e70ee7fc410e107631a /src/vehicles/CarGen.h
parentMerge pull request #655 from aap/miami (diff)
parentcosmetic fixes (diff)
downloadre3-ee2d0ffc145ae3443584b20f3bba11fa596e775f.tar
re3-ee2d0ffc145ae3443584b20f3bba11fa596e775f.tar.gz
re3-ee2d0ffc145ae3443584b20f3bba11fa596e775f.tar.bz2
re3-ee2d0ffc145ae3443584b20f3bba11fa596e775f.tar.lz
re3-ee2d0ffc145ae3443584b20f3bba11fa596e775f.tar.xz
re3-ee2d0ffc145ae3443584b20f3bba11fa596e775f.tar.zst
re3-ee2d0ffc145ae3443584b20f3bba11fa596e775f.zip
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; }
};