added sending level file (and level template) for network games
authorHolger Schemel <info@artsoft.org>
Fri, 24 Aug 2018 22:42:10 +0000 (00:42 +0200)
committerHolger Schemel <info@artsoft.org>
Fri, 24 Aug 2018 22:42:10 +0000 (00:42 +0200)
commitbb49e2b2a9bb4aefe76182be725e998bf9495976
treec8805d9808198eddef3fa2a77f546a278f5830f5
parent8fd731f280a5237bfb8b6ec3e2be70e45df2ec53
added sending level file (and level template) for network games

As the level to play may not exist on the receiving side (but only on
the sending side -- the client who initiates the network game), this
change adds sending the level file (and the level template, if needed)
to all receiving network clients, so all clients always play the exact
same level (and do not have to worry about having the same level sets).
src/files.c
src/files.h
src/game.c
src/netserv.c
src/netserv.h
src/network.c
src/network.h