1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-10-31 00:07:39 +02:00

- Fixed custom main hero handling (map options)

- Refactoring
This commit is contained in:
beegee1
2013-12-23 15:59:37 +00:00
parent 362a54b4df
commit 11ca1ec1f8
5 changed files with 41 additions and 41 deletions

View File

@@ -265,7 +265,6 @@ void CConnection::prepareForSendingHeroes()
savedPointers.clear();
disableSmartVectorMemberSerialization();
enableSmartPointerSerializatoin();
//disableSmartPointerSerializatoin();
disableStackSendingByID();
}