X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fscreens.c;h=139c6d9ca3f8d89569df3d3d612d19ae6d71bebc;hb=40a487dcc5d3028343ff9123a72b8b3839a42861;hp=3196704612b8a65bb2d9704af6b5daf08fa70cf3;hpb=f9a30d8f0565691424cc9fd2643a50a176dae903;p=rocksndiamonds.git diff --git a/src/screens.c b/src/screens.c index 31967046..139c6d9c 100644 --- a/src/screens.c +++ b/src/screens.c @@ -71,14 +71,8 @@ void DrawMainMenu() DrawGraphic(10,3,GFX_PFEIL_L); DrawGraphic(14,3,GFX_PFEIL_R); - DrawText(SX+40+16,SY+326,"A Game by Artsoft Entertainment",FS_SMALL,FC_BLUE); - - /* - DrawText(SX+40+16,SY+344,"Graphics: Deluxe Paint IV Amiga", - FS_SMALL,FC_BLUE); - DrawText(SX+60+16,SY+362,"Sounds: AudioMaster IV Amiga", - FS_SMALL,FC_BLUE); - */ + DrawText(SX+56, SY+326, "A Game by Artsoft Entertainment", + FS_SMALL, FC_RED); if (leveldir[leveldir_nr].name) { @@ -95,7 +89,7 @@ void DrawMainMenu() TapeStop(); if (TAPE_IS_EMPTY(tape)) - LoadLevelTape(level_nr); + LoadTape(level_nr); DrawCompleteVideoDisplay(); OpenDoor(DOOR_CLOSE_1 | DOOR_OPEN_2); @@ -174,7 +168,7 @@ void HandleMainMenu(int mx, int my, int dx, int dy, int button) DrawMicroLevel(MICROLEV_XPOS,MICROLEV_YPOS); TapeErase(); - LoadLevelTape(level_nr); + LoadTape(level_nr); DrawCompleteVideoDisplay(); /* needed because DrawMicroLevel() takes some time */ @@ -828,7 +822,7 @@ void HandleChooseLevel(int mx, int my, int dx, int dy, int button) SaveLevelSetup(); TapeErase(); - LoadLevelTape(level_nr); + LoadTape(level_nr); game_status = MAINMENU; DrawMainMenu(); @@ -855,7 +849,7 @@ void DrawHallOfFame(int pos) DrawText(SX+64,SY+10,"Hall Of Fame",FS_BIG,FC_YELLOW); sprintf(txt,"HighScores of Level %d",level_nr); DrawText(SX+256-strlen(txt)*7,SY+48,txt,FS_SMALL,FC_RED); - for(y=0;y