mirror of
https://github.com/vcmi/vcmi.git
synced 2025-03-11 14:49:23 +02:00
save only adventure map zoom
This commit is contained in:
parent
7beabc44ea
commit
a6a6b8c69c
@ -138,8 +138,11 @@ void MapViewController::modifyTileSize(int stepsChange, bool useDeadZone)
|
||||
|
||||
setTileSize(actualZoom, false);
|
||||
|
||||
Settings tileZoom = persistentStorage.write["tileZoom"];
|
||||
tileZoom->Integer() = actualZoom.x;
|
||||
if (adventureContext)
|
||||
{
|
||||
Settings tileZoom = persistentStorage.write["tileZoom"];
|
||||
tileZoom->Integer() = actualZoom.x;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user