Home
last modified time | relevance | path

Searched refs:botingame (Results 1 – 12 of 12) sorted by relevance

/dports/games/SRB2/SRB2-SRB2_release_2.2.9/src/
H A Dg_state.h59 extern boolean botingame;
H A Dd_netcmd.c1333 if (!splitscreen && !botingame) in SendNameAndColor2()
1373 if (botingame) in SendNameAndColor2()
1576 if (splitscreen || botingame) in D_SendPlayerConfig()
1728 if (botingame) in D_MapChange()
1731 botingame = false; in D_MapChange()
1735 else if (!botingame) in D_MapChange()
1738 botingame = true; in D_MapChange()
4285 botingame = false; in Command_ExitGame_f()
H A Dd_clisrv.c1153 if (splitscreen || botingame) in CL_SendJoin()
2444 botingame = false; in Command_connect()
3349 if (!splitscreen && !botingame) in Got_AddPlayer()
3393 if (botingame) in Got_AddPlayer()
4579 if (splitscreen || botingame) in CL_SendClientCmd()
4743 if (splitscreen || botingame) in Local_Maketic()
H A Dr_main.c188 if (!demoplayback && !botingame) in SplitScreen_OnChange()
229 if (botingame) in ChaseCam2_OnChange()
H A Dd_main.c820 botingame = false; in D_StartTitle()
H A Dr_skins.c289 if (player->bot && botingame) in SetPlayerSkinByNum()
H A Dg_game.c55 boolean botingame; variable
1744 if (botingame) in UserAnalog2_OnChange()
1769 if (!(splitscreen || botingame) || !cv_cam2_dist.string) in Analog2_OnChange()
1856 if (!splitscreen && !botingame) in G_DoLoadLevel()
4720 if ((botingame = ((botskin = savedata.botskin) != 0))) in G_DeferedInitNew()
H A Dp_setup.c3440 if (botingame) in P_InitLevelSettings()
3801 if ((splitscreen && cv_useranalog[1].value) || botingame) in P_InitCamera()
4155 if ((botingame = ((botskin = savedata.botskin) != 0))) in P_LoadLevel()
H A Dp_map.c621 if (sonic-players == consoleplayer && botingame) in P_DoTailsCarry()
633 if (sonic-players == consoleplayer && botingame) in P_DoTailsCarry()
1607 if (thing->player-players == consoleplayer && botingame) in PIT_CheckThing()
H A Dp_user.c1098 if (player-players == consoleplayer && botingame) in P_ResetPlayer()
4420 if (player-players == consoleplayer && botingame) in P_DoJump()
12629 if (player-players == consoleplayer && botingame) in P_PlayerAfterThink()
H A Dm_menu.c9368 botingame = false;
9375 if ((botingame = (description[choice].skinnum[1] != -1))) {
H A Dp_spec.c2230 if (mo && mo->player && botingame) in P_ProcessLineSpecial()