mirror of
https://github.com/JGRennison/OpenTTD-patches.git
synced 2024-11-06 03:20:28 +00:00
(svn r17911) -Codechange: bool * is a pointer, not a bool
This commit is contained in:
parent
fe78cd77bb
commit
bcb33b50ac
@ -28,7 +28,7 @@ static const uint MAX_ARTICULATED_PARTS = 100; ///< Maximum of articulated parts
|
|||||||
* @param mirrored Returns whether the part shall be flipped.
|
* @param mirrored Returns whether the part shall be flipped.
|
||||||
* @return engine to add or INVALID_ENGINE
|
* @return engine to add or INVALID_ENGINE
|
||||||
*/
|
*/
|
||||||
static EngineID GetNextArticPart(uint index, EngineID front_type, Vehicle *front = NULL, bool *mirrored = false)
|
static EngineID GetNextArticPart(uint index, EngineID front_type, Vehicle *front = NULL, bool *mirrored = NULL)
|
||||||
{
|
{
|
||||||
assert(front == NULL || front->engine_type == front_type);
|
assert(front == NULL || front->engine_type == front_type);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user