mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-07-11 07:55:44 +00:00
Don't open the template viewer when in special input state
Fix #6041 Differential Revision: https://code.wildfiregames.com/D4105 This was SVN commit r25716.
This commit is contained in:
@@ -1197,6 +1197,8 @@ function initSelectionPanels()
|
||||
*/
|
||||
function showTemplateDetails(templateName, civCode)
|
||||
{
|
||||
if (inputState != INPUT_NORMAL)
|
||||
return;
|
||||
g_PauseControl.implicitPause();
|
||||
|
||||
Engine.PushGuiPage(
|
||||
|
||||
Reference in New Issue
Block a user