X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=src%2Fscreens.c;h=a0a06dbcebc02697d1721b1bc31b33fa44e6187e;hp=3196704612b8a65bb2d9704af6b5daf08fa70cf3;hb=21c25c56356db2138816a0716d73934ac3893e89;hpb=f9a30d8f0565691424cc9fd2643a50a176dae903 diff --git a/src/screens.c b/src/screens.c index 31967046..a0a06dbc 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) {