You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
alliedmodders/sourcepawn#945 does some things like make enum structs not really arrays anymore.
bhoptimer has API which passes structs around as array parameters like this for reasons:
native voidShavit_SaveSnapshot(int client, any[] snapshot, int size = sizeof(timer_snapshot_t));
native boolShavit_LoadSnapshot(int client, any[] snapshot, int size = sizeof(timer_snapshot_t), bool force = false);
Check if this is a problem whenever SM 1.12's sourcepawn submodule is updated.
The text was updated successfully, but these errors were encountered:
alliedmodders/sourcepawn#945 does some things like make
enum struct
s not really arrays anymore.bhoptimer has API which passes structs around as array parameters like this for reasons:
Check if this is a problem whenever SM 1.12's sourcepawn submodule is updated.
The text was updated successfully, but these errors were encountered: