mirror of
https://github.com/alliedmodders/metamod-source.git
synced 2025-12-07 10:28:30 +00:00
undo a void to bool on AutoDetectParamFlags
This commit is contained in:
parent
2e7ae4687b
commit
330907b5eb
@ -1510,7 +1510,7 @@ namespace SourceHook
|
||||
return true;
|
||||
}
|
||||
|
||||
bool x64GenContext::AutoDetectParamFlags()
|
||||
void x64GenContext::AutoDetectParamFlags()
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user