From: Ketmar Dark Date: Wed, 6 Apr 2016 19:53:54 +0000 (+0300) Subject: backslashes must die! X-Git-Url: https://deadsoftware.ru/gitweb?p=d2df-sdl.git;a=commitdiff_plain;h=db4bc4b8c91eb98b8be6ec43d71bbb4851e427c4 backslashes must die! --- 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;