Merge pull request #1238 from mourningsickness/master
Some checks failed
Compile / Build SM ${{ matrix.sm-version }} (1.12) (push) Has been cancelled
Compile / Release (push) Has been cancelled

shavit-core.sp - typo (^:
This commit is contained in:
rtldg 2025-05-02 00:04:09 +00:00 committed by GitHub
commit 6124d0fceb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1520,11 +1520,11 @@ void UpdateLaggedMovement(int client, bool user_timescale)
}
}
void CallOnStyleChanged(int client, int oldstyle, int newstyle, bool manual, bool nofoward=false)
void CallOnStyleChanged(int client, int oldstyle, int newstyle, bool manual, bool noforward=false)
{
gA_Timers[client].bsStyle = newstyle;
if (!nofoward)
if (!noforward)
{
Call_StartForward(gH_Forwards_OnStyleChanged);
Call_PushCell(client);