Skip to content

Commit 406f74c

Browse files
committed
added missing std::
1 parent 148aef6 commit 406f74c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Client/multiplayer_sa/CMultiplayerSA_DeviceSelection.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ struct RwSubSystemInfo
9494

9595
#define FUNC_rwDeviceSystemRequest 0x7F2AB0
9696
using rwDeviceSystemRequest = RwSubSystemInfo*(__cdecl*)(RwDevice* device, std::int32_t requestId, RwSubSystemInfo* pOut, void* pInOut, std::int32_t numIn);
97-
static RwSubSystemInfo* RwEngineGetSubSystemInfo_Hooked(RwSubSystemInfo* subSystemInfo, int32_t subSystemIndex)
97+
static RwSubSystemInfo* RwEngineGetSubSystemInfo_Hooked(RwSubSystemInfo* subSystemInfo, std::int32_t subSystemIndex)
9898
{
9999
auto rwGlobals = *(RwGlobals**)(0xC97B24);
100100
auto rwDeviceSystemRequestFunc = (rwDeviceSystemRequest)(FUNC_rwDeviceSystemRequest);

0 commit comments

Comments
 (0)