| 2433 | } |
| 2434 | |
| 2435 | DWORD On_RETOWN(TCmd *pCmd, int pnum) |
| 2436 | { |
| 2437 | if (gbBufferMsgs == 1) |
| 2438 | msg_send_packet(pnum, pCmd, sizeof(*pCmd)); |
| 2439 | else { |
| 2440 | if (pnum == myplr) { |
| 2441 | deathflag = FALSE; |
| 2442 | gamemenu_off(); |
| 2443 | } |
| 2444 | RestartTownLvl(pnum); |
| 2445 | } |
| 2446 | |
| 2447 | return sizeof(*pCmd); |
| 2448 | } |
| 2449 | |
| 2450 | DWORD On_SETSTR(TCmd *pCmd, int pnum) |
| 2451 | { |
no test coverage detected