diff options
author | k-m_schindler <k-m_schindler@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2009-04-18 08:09:49 +0000 |
---|---|---|
committer | k-m_schindler <k-m_schindler@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2009-04-18 08:09:49 +0000 |
commit | 34120b83807097ca25af4af5d35ac6023627bee6 (patch) | |
tree | 5dd980df23ea0e7c00f53d8ce7fa82a6c194c1ba /plugins/Blind | |
parent | aca4ad448dddb2a260cda692ec9eeba415a78852 (diff) | |
download | usdx-34120b83807097ca25af4af5d35ac6023627bee6.tar.gz usdx-34120b83807097ca25af4af5d35ac6023627bee6.tar.xz usdx-34120b83807097ca25af4af5d35ac6023627bee6.zip |
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
Diffstat (limited to '')
-rw-r--r-- | plugins/Blind/Blind.dpr | 2 |
1 files changed, 1 insertions, 1 deletions
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} |