mirror of
https://github.com/alliedmodders/metamod-source.git
synced 2025-12-11 05:28:23 +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);
|
stackSpace = AlignSize(stackSpace, 16);
|
||||||
m_HookFunc.sub(rsp, stackSpace);
|
m_HookFunc.sub(rsp, stackSpace);
|
||||||
|
|
||||||
@ -1137,6 +1137,7 @@ namespace SourceHook
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
// Load ALL the parameter registers...
|
// Load ALL the parameter registers...
|
||||||
// We do it now because the copy/assignment calls above could've clobbered our registers.
|
// We do it now because the copy/assignment calls above could've clobbered our registers.
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user