1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-23 22:37:55 +02:00

Refactoring of MapView

This commit is contained in:
Ivan Savenko
2023-02-15 20:16:21 +02:00
parent 67cc5a05c6
commit beb7ce5beb
4 changed files with 222 additions and 157 deletions

View File

@@ -16,7 +16,7 @@ VCMI_LIB_NAMESPACE_BEGIN
Point::Point(const int3 & a)
: x(a.x)
, y(a.x)
, y(a.y)
{
}