mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-27 20:41:46 +00:00
Unused variable in Got_AddBot
This commit is contained in:
parent
8b1407c096
commit
0aa85bf291
1 changed files with 0 additions and 1 deletions
|
|
@ -3699,7 +3699,6 @@ static void Got_AddBot(UINT8 **p, INT32 playernum)
|
||||||
INT16 newplayernum;
|
INT16 newplayernum;
|
||||||
UINT8 i, skinnum = 0;
|
UINT8 i, skinnum = 0;
|
||||||
UINT8 difficulty = DIFFICULTBOT;
|
UINT8 difficulty = DIFFICULTBOT;
|
||||||
UINT8 availabilitiesbuffer[MAXAVAILABILITY];
|
|
||||||
|
|
||||||
if (playernum != serverplayer && !IsPlayerAdmin(playernum))
|
if (playernum != serverplayer && !IsPlayerAdmin(playernum))
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue