From: Holger Schemel Date: Fri, 24 Aug 2018 22:42:10 +0000 (+0200) Subject: added sending level file (and level template) for network games X-Git-Tag: 4.1.1.0~56 X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=commitdiff_plain;h=bb49e2b2a9bb4aefe76182be725e998bf9495976;hp=bb49e2b2a9bb4aefe76182be725e998bf9495976 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). ---