Skip to content
This repository was archived by the owner on Jan 10, 2025. It is now read-only.

Commit 8607c95

Browse files
committed
Fix CTM_GetPlayerRPMInfo not returning value
1 parent c1874fc commit 8607c95

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Gears/Compatibility.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -190,4 +190,5 @@ bool CTM_GetPlayerRPMInfo(CTM_RPMInfo* rpmInfo) {
190190
if (g_CTM_GetPlayerRPMInfo) {
191191
return g_CTM_GetPlayerRPMInfo(rpmInfo);
192192
}
193+
return false;
193194
}

0 commit comments

Comments
 (0)