mirror of
https://github.com/shavitush/bhoptimer.git
synced 2025-12-06 18:08:26 +00:00
Merge pull request #1238 from mourningsickness/master
shavit-core.sp - typo (^:
This commit is contained in:
commit
6124d0fceb
@ -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;
|
gA_Timers[client].bsStyle = newstyle;
|
||||||
|
|
||||||
if (!nofoward)
|
if (!noforward)
|
||||||
{
|
{
|
||||||
Call_StartForward(gH_Forwards_OnStyleChanged);
|
Call_StartForward(gH_Forwards_OnStyleChanged);
|
||||||
Call_PushCell(client);
|
Call_PushCell(client);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user