From 66761cd30ee1da5b820c89c38fac6caf42fbe715 Mon Sep 17 00:00:00 2001 From: Curtis McEnroe Date: Mon, 28 Aug 2017 23:38:40 -0400 Subject: Add respawning --- torus.h | 1 + 1 file changed, 1 insertion(+) (limited to 'torus.h') diff --git a/torus.h b/torus.h index 4943afc..b03a1db 100644 --- a/torus.h +++ b/torus.h @@ -95,6 +95,7 @@ struct ServerMessage { enum ClientMessageType { CLIENT_MOVE, CLIENT_PUT, + CLIENT_SPAWN, }; struct ClientMessage { -- cgit 1.4.1