From 34120b83807097ca25af4af5d35ac6023627bee6 Mon Sep 17 00:00:00 2001 From: k-m_schindler Date: Sat, 18 Apr 2009 08:09:49 +0000 Subject: rename StrUtils.pas to USDXStrUtils.pas; should finally be removed anyway. Many text changes in comments git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1675 b956fd51-792f-4845-bead-9b4dfca2ff2c --- plugins/Blind/Blind.dpr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/Blind') diff --git a/plugins/Blind/Blind.dpr b/plugins/Blind/Blind.dpr index 534767f3..82721102 100644 --- a/plugins/Blind/Blind.dpr +++ b/plugins/Blind/Blind.dpr @@ -53,7 +53,7 @@ begin Result := true; end; -// executed everytime the screen is drawed. if false the game finishes +// executed every time the screen is drawn. if false the game finishes function Draw (var Playerinfo: TPlayerinfo; const CurSentence: cardinal) : boolean; {$IFDEF MSWINDOWS} stdcall; {$ELSE} cdecl; {$ENDIF} -- cgit v1.2.3