X-Git-Url: http://git.shiar.nl/netris.git/blobdiff_plain/f8a5ad3034da8bec75b68d1590c7d1d3943a18a7..d970b02f5c5800066fd484af40852b79bbf5cfc2:/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);