git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2089 8e941d3f-bd1b-0410-a28a-d453659cc2b4

This commit is contained in:
denniscuflat
2011-10-24 19:51:13 +00:00
parent 9ab5cb45e9
commit bd690c6ad9
9 changed files with 159 additions and 56 deletions

View File

@@ -24,7 +24,7 @@ type
procedure TranslateTextsToEnglish; virtual;
procedure TranslateTextsToPortuguese; virtual;
procedure InitModule(); virtual;
procedure StartNewGame(); virtual; abstract;
procedure StartNewGame(SndFX: Integer; Music: Integer; Level: Integer); virtual; abstract;
procedure EndGame(); virtual; abstract;
end;
@@ -38,7 +38,7 @@ implementation
var
gTappyModules: TFPList;
gCurrentTappyModule: Integer = -1;
gCurrentTappyModule: Integer = 0; //=-1
procedure AddModule(AModule: TTappyModule);
begin