mirror of
				https://github.com/vcmi/vcmi.git
				synced 2025-10-31 00:07:39 +02:00 
			
		
		
		
	- Compile fix - unique_ptr can't be serialized
- Linking fix - now MapGenOptions have DLL-interface (but probably shouldn't be called directly from client anyway)
This commit is contained in:
		| @@ -48,7 +48,7 @@ namespace EMonsterStrength | ||||
|  * The map gen options class holds values about general map | ||||
|  * generation settings e.g. the size of the map, the count of players,... | ||||
|  */ | ||||
| class CMapGenOptions | ||||
| class DLL_LINKAGE CMapGenOptions | ||||
| { | ||||
| public: | ||||
| 	/** | ||||
|   | ||||
		Reference in New Issue
	
	Block a user