Fix formatting [ci skip]

This commit is contained in:
Gymnasiast 2019-08-18 14:36:16 +02:00
parent 255ce3f62b
commit 18844f9244
No known key found for this signature in database
GPG Key ID: DBFFF47AB2CA3EDD
3 changed files with 4 additions and 4 deletions

View File

@ -11,13 +11,13 @@
#include "../localisation/Localisation.h"
#include "../ride/Track.h"
#include "../world/Banner.h"
#include "../world/Footpath.h"
#include "../world/LargeScenery.h"
#include "../world/SmallScenery.h"
#include "../world/Surface.h"
#include "../world/TileElement.h"
#include "../world/Wall.h"
#include "../world/Banner.h"
#include "../world/LargeScenery.h"
uint8_t RCT12TileElementBase::GetType() const
{

View File

@ -626,7 +626,7 @@ void scenario_fix_ghosts(rct_s6_data* s6)
;
}
}
// Remove all ghost elements
RCT12TileElement* destinationElement = s6->tile_elements;

View File

@ -64,7 +64,7 @@ struct TileElementBase
uint8_t flags; // 1
uint8_t base_height; // 2
uint8_t clearance_height; // 3
uint8_t testPad[8];
uint8_t GetType() const;