(svn r21876) -Codechange: typedef SpecializedVehicleBase and GroundVehicleBase to reduce typing
This commit is contained in:
@@ -75,6 +75,8 @@ struct GroundVehicle : public SpecializedVehicle<T, Type> {
|
||||
GroundVehicleCache gcache; ///< Cache of often calculated values.
|
||||
uint16 gv_flags; ///< @see GroundVehicleFlags.
|
||||
|
||||
typedef GroundVehicle<T, Type> GroundVehicleBase; ///< Our type
|
||||
|
||||
/**
|
||||
* The constructor at SpecializedVehicle must be called.
|
||||
*/
|
||||
|
Reference in New Issue
Block a user