mirror of
https://github.com/vcmi/vcmi.git
synced 2025-08-13 19:54:17 +02:00
- fixes to previous commits
This commit is contained in:
@@ -94,7 +94,7 @@ struct DLL_LINKAGE SPuzzleInfo
|
||||
}
|
||||
};
|
||||
|
||||
class CFaction
|
||||
class DLL_LINKAGE CFaction
|
||||
{
|
||||
public:
|
||||
CFaction();
|
||||
|
@@ -316,7 +316,7 @@ CVCMIServer::~CVCMIServer()
|
||||
{
|
||||
//delete io;
|
||||
//delete acceptor;
|
||||
/delete firstConnection;
|
||||
//delete firstConnection;
|
||||
}
|
||||
|
||||
CGameHandler * CVCMIServer::initGhFromHostingConnection(CConnection &c)
|
||||
|
Reference in New Issue
Block a user