X-Git-Url: http://git.shiar.net/netris.git/blobdiff_plain/a48189e5c6981f787eb634e94c940ca5b2e517e2..c464ec173a4931ee5bdea783324b159492abd866:/game.c diff --git a/game.c b/game.c index 9bd9f23..5e3f689 100644 --- a/game.c +++ b/game.c @@ -428,7 +428,6 @@ void OneGame(void) switch(net.type) { case NP_newPiece: { - FreezePiece(net.uid); memcpy(&Players[net.uid].nextShape, net.data, sizeof(Players[0].nextShape)); StartNewPiece(net.uid, Players[net.uid].curShape);