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:
@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user