mirror of
https://github.com/alliedmodders/metamod-source.git
synced 2025-12-08 19:08:31 +00:00
gahhh this looks awful
This commit is contained in:
parent
623632d9b8
commit
13b3a8ec7d
@ -1078,8 +1078,8 @@ namespace SourceHook
|
||||
}
|
||||
}
|
||||
|
||||
if (stackSpace == 0) return 0;
|
||||
|
||||
if (stackSpace != 0)
|
||||
{
|
||||
stackSpace = AlignSize(stackSpace, 16);
|
||||
m_HookFunc.sub(rsp, stackSpace);
|
||||
|
||||
@ -1137,6 +1137,7 @@ namespace SourceHook
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// Load ALL the parameter registers...
|
||||
// We do it now because the copy/assignment calls above could've clobbered our registers.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user