Home
last modified time | relevance | path

Searched refs:msgNation (Results 1 – 2 of 2) sorted by relevance

/dports/games/7kaa/7kaa-2.15.4p1/src/
H A DOREMOTE2.cpp452 short msgNation = *(short *)(&remoteMsgPtr->data_buf[sizeof(uint32_t)]); in process_receive_queue() local
456 … if(msgNation==nationRecno ) // struct of data_buf: <uint32_t> frameCount + <short> nationRecno in process_receive_queue()
468 short msgNation = *(short *)remoteMsgPtr->data_buf; in process_receive_queue() local
472 if(msgNation==nationRecno ) // struct of data_buf:<short> nationRecno in process_receive_queue()
H A DOGAMEMP.cpp4109 MpStructNation *msgNation = (MpStructNation *)recvPtr; in mp_select_option() local
4110 nationPara[playerCount].init( msgNation->nation_recno, in mp_select_option()
4111 msgNation->dp_player_id, msgNation->color_scheme, in mp_select_option()
4112 msgNation->race_id, msgNation->player_name); in mp_select_option()
4114 if( msgNation->dp_player_id == mp_obj.get_my_player_id() ) in mp_select_option()
5534 MpStructNation *msgNation = (MpStructNation *)recvPtr; in mp_select_load_option() local
5535 short nationRecno = msgNation->nation_recno; in mp_select_load_option()
5540 nationPtr->color_scheme_id != msgNation->color_scheme ) in mp_select_load_option()
5545 nationPtr->player_id = msgNation->dp_player_id; in mp_select_load_option()
5546 if( nationPtr->is_own() && msgNation->dp_player_id == mp_obj.get_my_player_id()) in mp_select_load_option()
[all …]