(svn r14949) -Cleanup: pointer coding style
This commit is contained in:
@@ -210,7 +210,7 @@ static const DrawRoadTileStruct _road_display_datas2_30[] = {
|
||||
#undef MAKELINE
|
||||
#undef ENDLINE
|
||||
|
||||
static const DrawRoadTileStruct* const _roadside_none[] = {
|
||||
static const DrawRoadTileStruct * const _roadside_none[] = {
|
||||
_roadside_nothing, _roadside_nothing,
|
||||
_roadside_nothing, _roadside_nothing,
|
||||
_roadside_nothing, _roadside_nothing,
|
||||
@@ -221,7 +221,7 @@ static const DrawRoadTileStruct* const _roadside_none[] = {
|
||||
_roadside_nothing, _roadside_nothing
|
||||
};
|
||||
|
||||
static const DrawRoadTileStruct* const _roadside_lamps[] = {
|
||||
static const DrawRoadTileStruct * const _roadside_lamps[] = {
|
||||
_roadside_nothing,
|
||||
_roadside_nothing,
|
||||
_roadside_nothing,
|
||||
@@ -240,7 +240,7 @@ static const DrawRoadTileStruct* const _roadside_lamps[] = {
|
||||
_roadside_nothing,
|
||||
};
|
||||
|
||||
static const DrawRoadTileStruct* const _roadside_trees[] = {
|
||||
static const DrawRoadTileStruct * const _roadside_trees[] = {
|
||||
_roadside_nothing,
|
||||
_roadside_nothing,
|
||||
_roadside_nothing,
|
||||
@@ -260,7 +260,7 @@ static const DrawRoadTileStruct* const _roadside_trees[] = {
|
||||
_roadside_nothing,
|
||||
};
|
||||
|
||||
static const DrawRoadTileStruct* const * const _road_display_table[] = {
|
||||
static const DrawRoadTileStruct * const * const _road_display_table[] = {
|
||||
_roadside_none,
|
||||
_roadside_none,
|
||||
_roadside_none,
|
||||
|
@@ -41,7 +41,7 @@ static const WaterDrawTileStruct _shipdepot_display_seq_4[] = {
|
||||
END(0)
|
||||
};
|
||||
|
||||
static const WaterDrawTileStruct* const _shipdepot_display_seq[] = {
|
||||
static const WaterDrawTileStruct * const _shipdepot_display_seq[] = {
|
||||
_shipdepot_display_seq_1,
|
||||
_shipdepot_display_seq_2,
|
||||
_shipdepot_display_seq_3,
|
||||
@@ -132,7 +132,7 @@ static const WaterDrawTileStruct _shiplift_display_seq_3t[] = {
|
||||
END(8)
|
||||
};
|
||||
|
||||
static const WaterDrawTileStruct* const _shiplift_display_seq[] = {
|
||||
static const WaterDrawTileStruct * const _shiplift_display_seq[] = {
|
||||
_shiplift_display_seq_0,
|
||||
_shiplift_display_seq_1,
|
||||
_shiplift_display_seq_2,
|
||||
|
Reference in New Issue
Block a user