From a5ba53896881ec479f9819ab0349437de4c3f4ed Mon Sep 17 00:00:00 2001 From: aap Date: Sun, 23 Jun 2019 13:11:41 +0200 Subject: some Radar and Hud cleanup; fix in Physical --- src/Streaming.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/Streaming.h') diff --git a/src/Streaming.h b/src/Streaming.h index 93c2e73e..fc14829c 100644 --- a/src/Streaming.h +++ b/src/Streaming.h @@ -111,6 +111,7 @@ public: static void RequestSpecialModel(int32 modelId, const char *modelName, int32 flags); static void RequestSpecialChar(int32 charId, const char *modelName, int32 flags); static void RemoveModel(int32 id); + static void RemoveTxd(int32 id) { RemoveModel(id + STREAM_OFFSET_TXD); } static bool IsTxdUsedByRequestedModels(int32 txdId); static bool AddToLoadedVehiclesList(int32 modelId); -- cgit v1.2.3