mirror of
https://github.com/vcmi/vcmi.git
synced 2025-11-23 22:37:55 +02:00
show invisible
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user