You've already forked lazarus-ccr
Fixes an access violation on quit and implements support for multiple languages and for the all wordlists
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2151 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@@ -18,6 +18,7 @@ type
|
||||
imgLevel2, imgLevel3: TJPEGImage;
|
||||
imgPenguim : TBitmap;
|
||||
ShortDescription, LongDescription: string;
|
||||
ConfigCaption, ConfigItems: string;
|
||||
constructor Create; virtual;
|
||||
destructor Destroy; override;
|
||||
procedure LoadImages; virtual;
|
||||
@@ -127,7 +128,7 @@ begin
|
||||
StartNewGame(formConfig.comboSound.ItemIndex,
|
||||
formConfig.comboMusic.ItemIndex,
|
||||
formConfig.comboLevel.ItemIndex,
|
||||
formConfig.ltbWordlist.ItemIndex);
|
||||
formConfig.listWordlist.ItemIndex);
|
||||
end;
|
||||
|
||||
procedure TTappyModule.UpdateLevel(ALevel: Integer);
|
||||
|
Reference in New Issue
Block a user