From db4bc4b8c91eb98b8be6ec43d71bbb4851e427c4 Mon Sep 17 00:00:00 2001 From: Ketmar Dark Date: Wed, 6 Apr 2016 22:53:54 +0300 Subject: [PATCH] backslashes must die! --- src/game/g_menu.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/game/g_menu.pas b/src/game/g_menu.pas index 231737b..5c0452e 100644 --- a/src/game/g_menu.pas +++ b/src/game/g_menu.pas @@ -1610,7 +1610,7 @@ begin _x := _x+h; end; - with TGUILabel(Result.AddChild(TGUILabel.Create('(Y\N)', FontID))) do + with TGUILabel(Result.AddChild(TGUILabel.Create('(Y/N)', FontID))) do begin X := (gScreenWidth div 2)-(GetWidth div 2); Y := _x; -- 2.29.2