Fix Timeout Display for Real

This commit is contained in:
icomrade
2016-02-18 22:40:34 -05:00
parent 76f018393d
commit da59f314a0

View File

@@ -277,6 +277,7 @@ class RscDisplayMultiplayerSetup: RscStandardDisplay
x = "(83/100) * SafeZoneW + SafeZoneX";
y = "(93/100) * SafeZoneH + SafeZoneY";
text = "OK";
onButtonClick = "((findDisplay 70) displayCtrl 300) ctrlShow false;";
};
class CA_ButtonCancel: RscShortcutButton
{