(svn r26863) -Codechange: move a number of Vehicle* functions into the Vehicle class

This commit is contained in:
rubidium
2014-09-20 15:31:26 +00:00
parent c4311903b7
commit 6c2abf0930
11 changed files with 81 additions and 87 deletions

View File

@@ -445,6 +445,6 @@ void AddArticulatedParts(Vehicle *first)
if (flip_image) v->spritenum++;
VehicleUpdatePosition(v);
v->UpdatePosition();
}
}