From: Holger Schemel Date: Thu, 30 Aug 2018 19:51:16 +0000 (+0200) Subject: added using global levelset identifier and level number for network games X-Git-Tag: 4.1.1.0~47 X-Git-Url: https://git.artsoft.org/?a=commitdiff_plain;ds=sidebyside;h=b7fe72dcb4068a6d989231654382bd457209509c;hp=b7fe72dcb4068a6d989231654382bd457209509c;p=rocksndiamonds.git added using global levelset identifier and level number for network games This change/addition was required for correctly handling identifiers and level numbers when playing network games (for which the related levelset possibly does not exist locally, but was sent by the network server). This includes showing the correct level number for the level that is played over the network, and saving the resulting high scores for the correct level in the correct levelset score directory (again, even if this levelset or level number does not exist locally). ---