mirror of
https://github.com/jason-e/rngfix.git
synced 2025-12-07 18:38:32 +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"))
|
if (!PrepSDKCall_SetFromConf(gameMovementConf, SDKConf_Signature, "CreateInterface"))
|
||||||
{
|
{
|
||||||
SetFailState("Failed to get CreateInterface");
|
SetFailState("Failed to get CreateInterface");
|
||||||
}
|
}
|
||||||
PrepSDKCall_AddParameter(SDKType_String, SDKPass_Pointer);
|
PrepSDKCall_AddParameter(SDKType_String, SDKPass_Pointer);
|
||||||
PrepSDKCall_AddParameter(SDKType_PlainOldData, SDKPass_Pointer, VDECODE_FLAG_ALLOWNULL);
|
PrepSDKCall_AddParameter(SDKType_PlainOldData, SDKPass_Pointer, VDECODE_FLAG_ALLOWNULL);
|
||||||
PrepSDKCall_SetReturnInfo(SDKType_PlainOldData, SDKPass_Plain);
|
PrepSDKCall_SetReturnInfo(SDKType_PlainOldData, SDKPass_Plain);
|
||||||
@ -213,7 +213,7 @@ public void OnPluginStart()
|
|||||||
delete CreateInterface;
|
delete CreateInterface;
|
||||||
|
|
||||||
if (!gameMovement)
|
if (!gameMovement)
|
||||||
{
|
{
|
||||||
SetFailState("Failed to get IGameMovement pointer");
|
SetFailState("Failed to get IGameMovement pointer");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user