Comment 3 for bug 1428597

Revision history for this message
Andre Novellino GouvĂȘa (andre-ng) wrote :

Changes in unit.pkg (CPreference):

class CPreference
{
 bool ShowSightRange;
 bool ShowReactionRange;
 bool ShowAttackRange;
 bool ShowMessages;
 bool BigScreen;
 bool PauseOnLeave;
 bool AiExplores;
 bool GrayscaleIcons;
 bool IconsShift;
 bool StereoSound;
 bool MineNotifications;
 bool DeselectInMine;

 unsigned int ShowOrders;
 unsigned int ShowNameDelay;
 unsigned int ShowNameTime;

 std::string SF2Soundfont;

 //Wyrmgus start
 CGraphic *IconFrameG;
 CGraphic *PressedIconFrameG;
 //Wyrmgus end
};