Jelajahi Sumber

Show info nin modal window always

nordsoft 2 tahun lalu
induk
melakukan
7c029bccba
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      lib/mapObjects/CGTownBuilding.cpp

+ 1 - 1
lib/mapObjects/CGTownBuilding.cpp

@@ -412,7 +412,7 @@ void CTownRewardableBuilding::onHeroVisit(const CGHeroInstance *h) const
 		iw.player = h->tempOwner;
 		iw.text = vi.message;
 		vi.reward.loadComponents(iw.components, h);
-		iw.type = configuration.infoWindowType;
+		iw.type = EInfoWindowMode::MODAL;
 		if(!iw.components.empty() || !iw.text.toString().empty())
 			cb->showInfoDialog(&iw);