Skip to content

Commit 91addc7

Browse files
committed
up2
1 parent 622c77e commit 91addc7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

plugin_sa/game_sa/CStreaming.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ class PLUGIN_API CStreaming {
102102
SUPPORTED_10US static int AddImageToList(char const *lpFileName, bool bNotPlayerImg);
103103
SUPPORTED_10US static void AddLodsToRequestList(CVector const *Posn, unsigned int Streamingflags);
104104
SUPPORTED_10US static void AddModelsToRequestList(CVector const *posn, unsigned int StreamingFlags);
105-
SUPPORTED_10US static bool AddToLoadedVehiclesList(); // int modelID
105+
SUPPORTED_10US static bool AddToLoadedVehiclesList(); // int modelID
106106
SUPPORTED_10US static bool AreAnimsUsedByRequestedModels(int AnimFileIndex);
107107
SUPPORTED_10US static bool AreTexturesUsedByRequestedModels(int txdIndex);
108108
SUPPORTED_10US static void ClearFlagForAll(unsigned int eStreamingFlag);

0 commit comments

Comments
 (0)