From: "Tape_Worm" Newsgroups: comp.os.msdos.djgpp Subject: Re: Allegro: rotate_sprite? Date: Sun, 29 Mar 1998 23:11:34 -0330 Organization: The Zone Lines: 11 Message-ID: <6fmqnl$mit$1@nova.thezone.net> References: NNTP-Posting-Host: n154h150.thezone.net To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk >rotate_sprite(C,B,0,0,a); should be rotate_sprite(C,B,0,0,itofix(a)); >save_pcx(argv[3],C,stndpal); >} that ought to do it. Tape_Worm