(svn r19756) -Codechange: move UpdateViewport() from Vehicle to SpecializedVehicle in order to improve performance
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
|
||||
#include "vehicle_base.h"
|
||||
|
||||
void RecalcShipStuff(Vehicle *v);
|
||||
void RecalcShipStuff(Ship *v);
|
||||
void GetShipSpriteSize(EngineID engine, uint &width, uint &height);
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user