mirror of
https://github.com/vcmi/vcmi.git
synced 2024-11-28 08:48:48 +02:00
vcmi: fix MapComparer appearance check
This commit is contained in:
parent
bcf8ca1268
commit
91c7c93d07
@ -207,7 +207,7 @@ void MapComparer::compareObject(const CGObjectInstance * actual, const CGObjectI
|
||||
EXPECT_EQ(actualFullID, expectedFullID);
|
||||
|
||||
VCMI_CHECK_FIELD_EQUAL_P(pos);
|
||||
checkEqual(actual->appearance, expected->appearance);
|
||||
checkEqual(*actual->appearance, *expected->appearance);
|
||||
}
|
||||
|
||||
void MapComparer::compareObjects()
|
||||
|
Loading…
Reference in New Issue
Block a user