From fb2ea6c9ed56e0cb9daf9035e760934d5f28a585 Mon Sep 17 00:00:00 2001 From: rubidium Date: Wed, 11 Mar 2009 17:26:58 +0000 Subject: (svn r15672) -Codechange: (left,right,top,bottom)_coord -> coord.(left,right,top,bottom), i.e. use Rect. --- src/vehicle_base.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'src/vehicle_base.h') diff --git a/src/vehicle_base.h b/src/vehicle_base.h index b4ae0be97..9a224d2de 100644 --- a/src/vehicle_base.h +++ b/src/vehicle_base.h @@ -231,10 +231,7 @@ public: /* Boundaries for the current position in the world and a next hash link. * NOSAVE: All of those can be updated with VehiclePositionChanged() */ - int32 left_coord; - int32 top_coord; - int32 right_coord; - int32 bottom_coord; + Rect coord; Vehicle *next_hash; Vehicle *next_new_hash; Vehicle **old_new_hash; -- cgit v1.2.3-54-g00ecf