mirror of
https://github.com/vcmi/vcmi.git
synced 2025-11-25 22:42:04 +02:00
Really fixed the evil bug.
This commit is contained in:
@@ -34,7 +34,10 @@ void CClient::init()
|
||||
serv = NULL;
|
||||
gs = NULL;
|
||||
cb = NULL;
|
||||
shared = new SharedMem();
|
||||
try
|
||||
{
|
||||
shared = new SharedMem();
|
||||
} HANDLE_EXCEPTION
|
||||
}
|
||||
|
||||
CClient::CClient(void)
|
||||
|
||||
Reference in New Issue
Block a user