diff options
Diffstat (limited to 'plugins/Blind')
-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} |