From: Nikita Proskourine Newsgroups: comp.os.msdos.djgpp Subject: Allegro screws up my DOS font and some other things Date: Sat, 22 Feb 1997 09:46:55 -0800 Organization: Goucher College Lines: 15 Message-ID: <330F310F.7924@goucher.edu> References: Reply-To: nproskou AT goucher DOT edu NNTP-Posting-Host: 204.165.142.88 Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Sometimes Allegro alters my DOS font for no apparent reason. When that happens, most graphics in my Allegro programs become either weird-colored or the whole screen is flickering and some garbage is displayed. Then, I run the program with set_gfx_mode(GFX_TEXT, 0, 0, 0, 0) and everything is back to normal. Doesn't Allegro change mode to text automatically when program ends? What is going on? The thing I don't like about Allegro is that you can't really tell how many colors you have in a given mode. Can anyone give me a good pallete that I can use in my programs (I am using 640x480 mode) and have all colors (16?) available. Thanks in advance, Nikita