Don't use the background palette.

This commit is contained in:
johns 2002-03-25 00:33:33 +00:00
parent fea4c05027
commit ad049db175

View file

@ -192,7 +192,6 @@ global void ShowIntro(const Intro *intro)
callbacks.SoundReady=WriteSound;
background=LoadGraphic(intro->Background);
//VideoSetPalette(background->Pixels);
LibraryFileName(intro->TextFile,buf);
if( !(file=CLopen(buf)) ) {