Qt: mr_menu::menus_sensitive() dead code loop
mr_menu::menus_sensitive() does not set ptile nor ptype before it iterates over focus units. Inside that iteration it does nothing when ptile not ptype is not set (they would get set the first time execution enters that block)
The consequence is that the code renaming menu entries always considers all the focus units to be on the same tile.
mr_menu::menus_sensitive() does not set ptile nor ptype before it iterates over focus units. Inside that iteration it does nothing when ptile not ptype is not set (they would get set the first time execution enters that block)