1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-06-17 00:07:41 +02:00

Minor tweaks/fixes

This commit is contained in:
Dydzio
2018-07-29 19:31:01 +02:00
parent f906d98fe5
commit 393b25eb7f
4 changed files with 7 additions and 7 deletions

View File

@ -219,7 +219,7 @@ public:
{
h & sounds;
}
if(version >= 788)
if(version >= 789)
{
h & aiValue;
}
@ -262,7 +262,7 @@ class DLL_LINKAGE CObjectClassesHandler : public IHandlerBase
{
h & sounds;
}
if(version >= 788)
if(version >= 789)
{
h & groupDefaultAiValue;
}