1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-22 14:24:33 +01:00

Drop old PeepAnimationData unit

This commit is contained in:
Aaron van Geffen
2024-12-03 21:14:26 +01:00
parent b0da41fef5
commit e885b3616b
4 changed files with 0 additions and 1041 deletions

View File

@@ -56,7 +56,6 @@
#include "object/ObjectRepository.h"
#include "paint/Painter.h"
#include "park/ParkFile.h"
#include "peep/PeepAnimationData.h"
#include "platform/Crash.h"
#include "platform/Platform.h"
#include "profiling/Profiling.h"
@@ -1016,7 +1015,6 @@ namespace OpenRCT2
GfxLoadG2();
GfxLoadCsg();
FontSpriteInitialiseCharacters();
inferMaxPeepSpriteDimensions();
return true;
}