mirror of
https://github.com/jason-e/rngfix.git
synced 2025-12-06 18:08:33 +00:00
Whitespace cleanup
This commit is contained in:
parent
fc9e238db3
commit
d56c4ef152
@ -197,7 +197,7 @@ public void OnPluginStart()
|
||||
if (!PrepSDKCall_SetFromConf(gameMovementConf, SDKConf_Signature, "CreateInterface"))
|
||||
{
|
||||
SetFailState("Failed to get CreateInterface");
|
||||
}
|
||||
}
|
||||
PrepSDKCall_AddParameter(SDKType_String, SDKPass_Pointer);
|
||||
PrepSDKCall_AddParameter(SDKType_PlainOldData, SDKPass_Pointer, VDECODE_FLAG_ALLOWNULL);
|
||||
PrepSDKCall_SetReturnInfo(SDKType_PlainOldData, SDKPass_Plain);
|
||||
@ -213,7 +213,7 @@ public void OnPluginStart()
|
||||
delete CreateInterface;
|
||||
|
||||
if (!gameMovement)
|
||||
{
|
||||
{
|
||||
SetFailState("Failed to get IGameMovement pointer");
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user