Home
last modified time | relevance | path

Searched refs:GT_MP (Results 1 – 10 of 10) sorted by relevance

/dports/games/bomberclone/bomberclone-0.11.9/src/
H A Dspecial.c24 if ((p_nr == bman.p_nr || p_nr == bman.p2_nr) && GT_MP && z) in special_trigger()
69 if (GT_MP) { in special_row()
127 if (GT_MP) { in special_liquidmoved()
183 if (GT_MP) { in special_push()
254 if (GT_MP) net_game_send_bomb (bombs[i].x, bombs[i].y); in special_kick()
H A Dplayer.c454 if (p->tunnelto <= 0.0f && GT_MP) in player_move()
469 if (GT_MP) in player_move()
474 if (GT_MP && p->m == 0 && p->old_m != 0) in player_move()
528 if (GT_MP) { in player_drop_bomb()
585 if (GT_MP && !network) in player_died()
600 if (GT_MP && !network) in player_died()
741 if (send != 0 && GT_MP) in player_ilness_loop()
865 if (GT_MP) in player_clear_ilness()
887 if (GT_MP) net_send_playerid (p-players); in player_set_gfx()
946 if (GT_MP) in player_checkdeath()
[all …]
H A Dtileset.c84 if (GT_MP && gfx.res.y == 480) in tileset_load()
86 else if (GT_MP && gfx.res.y == 600) in tileset_load()
88 else if (GT_MP && gfx.res.y > 600) in tileset_load()
H A Dgame.c38 if (GT_MP && (chat.oldscreen == NULL || chat.window.x != 4 || chat.window.y != 4.5 * 16)) { in game_draw_info()
227 if (GT_MP) in game_loop()
273 if (GT_MP) in game_loop()
293 if (GT_MP) { in game_loop()
997 if (GT_MP) in game_menu_loop()
H A Dflyingitems.c173 if (GT_MP) in flitems_dropitems()
H A Dbomb.c177 if (GT_MP) { in bomb_move()
478 …|| (GT_MP && (&players[bman.p_nr] == tmpplayer || (IS_LPLAYER2 && &players[bman.p2_nr] == tmpplaye… in explosion_check_field()
H A Dmapmenu.c306 if (GT_MP && bman.sock != -1) { in mapinfo()
H A Dplayermenu.c344 if (GT_MP) in playermenu()
H A Dfield.c235 if (GT_MP) in field_clear()
/dports/games/bomberclone/bomberclone-0.11.9/include/
H A Dnetwork.h26 #define GT_MP (bman.sock > 0) macro