We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 622c77e commit 91addc7Copy full SHA for 91addc7
1 file changed
plugin_sa/game_sa/CStreaming.h
@@ -102,7 +102,7 @@ class PLUGIN_API CStreaming {
102
SUPPORTED_10US static int AddImageToList(char const *lpFileName, bool bNotPlayerImg);
103
SUPPORTED_10US static void AddLodsToRequestList(CVector const *Posn, unsigned int Streamingflags);
104
SUPPORTED_10US static void AddModelsToRequestList(CVector const *posn, unsigned int StreamingFlags);
105
- SUPPORTED_10US static bool AddToLoadedVehiclesList(); // int modelID
+ SUPPORTED_10US static bool AddToLoadedVehiclesList(); // int modelID
106
SUPPORTED_10US static bool AreAnimsUsedByRequestedModels(int AnimFileIndex);
107
SUPPORTED_10US static bool AreTexturesUsedByRequestedModels(int txdIndex);
108
SUPPORTED_10US static void ClearFlagForAll(unsigned int eStreamingFlag);
0 commit comments