mirror of
https://github.com/glest/glest-source.git
synced 2025-08-13 20:03:58 +02:00
- bugfix for code compiled in VC++
This commit is contained in:
@@ -244,7 +244,7 @@ public:
|
||||
|
||||
void NETdiscoverUPnPDevices();
|
||||
|
||||
static int setMaxPlayerCount(int value) { maxPlayerCount=value; }
|
||||
static void setMaxPlayerCount(int value) { maxPlayerCount=value; }
|
||||
};
|
||||
|
||||
// =====================================================
|
||||
|
Reference in New Issue
Block a user