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

show invisible

This commit is contained in:
Laserlicht
2025-10-12 16:26:44 +02:00
parent e81d5bc973
commit 5a64fbd89c
8 changed files with 47 additions and 5 deletions

View File

@@ -66,7 +66,7 @@ void ObjectTemplate::afterLoadFixup()
if(id == Obj::EVENT)
{
setSize(1,1);
usedTiles[0][0] = VISITABLE;
usedTiles[0][0] = VISITABLE | VISIBLE;
visitDir = 0xFF;
}
}