removed unnecessary gr_set_mode() call causing annoying resolution change (hopefully)

This commit is contained in:
zicodxx 2007-05-05 23:25:32 +00:00
parent e9017c4a02
commit 9c7b97dfe7
2 changed files with 4 additions and 2 deletions

View file

@ -1,5 +1,9 @@
D2X-Rebirth Changelog
20070506
--------
main/titles.c: removed unnecessary gr_set_mode() call causing annoying resolution change (hopefully)
20070505
--------
main/gameseq.c: fixed broken Textures for Custom levels caused by load_palette() call

View file

@ -271,8 +271,6 @@ void show_titles(void)
{
char filename[FILENAME_LEN];
gr_set_mode(MenuHires?SM(640,480):SM(320,200));
con_printf( CON_DEBUG, "\nPlaying title song..." );
songs_play_song( SONG_TITLE, 1);
song_playing = 1;