forked from mirror/OpenTTD
(svn r10673) -Cleanup: some assorted style cleanups. Primarily type* var -> type *var.
This commit is contained in:
@@ -35,6 +35,6 @@ static inline const Bridge *GetBridge(uint i)
|
||||
return &_bridge[i];
|
||||
}
|
||||
|
||||
void DrawBridgeMiddle(const TileInfo* ti);
|
||||
void DrawBridgeMiddle(const TileInfo *ti);
|
||||
|
||||
#endif /* BRIDGE_H */
|
||||
|
Reference in New Issue
Block a user