X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fnetserv.c;h=11fd9bc864c4bb528f62c00f776bc23c1b65d894;hb=bc1e7fc2edb32a410dfa7cf098933010d5014761;hp=58c32a6e06d13391bb8d70d2dc8fcfffea75a48e;hpb=0548cd8fd0353c19608df8a7079fc2c39cc4ce27;p=rocksndiamonds.git diff --git a/src/netserv.c b/src/netserv.c index 58c32a6e..11fd9bc8 100644 --- a/src/netserv.c +++ b/src/netserv.c @@ -20,7 +20,6 @@ #include #include #include -#include #include #include #include @@ -378,7 +377,7 @@ static void Handle_OP_STOP_PLAYING(struct NetworkServerPlayerInfo *player) broadcast(NULL, 2, 0); } -static void Handle_OP_MOVE_FIGURE(struct NetworkServerPlayerInfo *player) +static void Handle_OP_MOVE_PLAYER(struct NetworkServerPlayerInfo *player) { struct NetworkServerPlayerInfo *v; int last_client_nr = 0; @@ -636,8 +635,8 @@ void NetworkServer(int port, int serveronly) Handle_OP_STOP_PLAYING(player); break; - case OP_MOVE_FIGURE: - Handle_OP_MOVE_FIGURE(player); + case OP_MOVE_PLAYER: + Handle_OP_MOVE_PLAYER(player); break; case OP_BROADCAST_MESSAGE: