Skip to content

Commit 82c03c3

Browse files
committed
Update for detouring library compatibility
1 parent 0286827 commit 82c03c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/hooks.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ namespace Hooks
237237
buf.Seek( bitsread );
238238
}
239239

240-
return Call<bool, bf_read &>( ProcessMessages_original, buf );
240+
return Call<bool, CNetChan, bf_read &>( ProcessMessages_original, buf );
241241
}
242242

243243
bool HookShutdown( CNetChan *netchan )

0 commit comments

Comments
 (0)