WIP: Cleaned up some compile-time warnings...
...that cropped up in SDL2 branch.
This commit is contained in:
parent
a530896e20
commit
9d70b5837c
6 changed files with 21 additions and 42 deletions
|
|
@ -32,7 +32,7 @@
|
|||
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||
(See COPYING.txt)
|
||||
|
||||
Last updated: June 2, 2022
|
||||
Last updated: November 14, 2022
|
||||
$Id$
|
||||
*/
|
||||
|
||||
|
|
@ -490,10 +490,7 @@ void perspective_release(magic_api * api, int which,
|
|||
}
|
||||
else if (which == TOOL_RUSH)
|
||||
{
|
||||
int h1, h2, w, h, hh, x, y, dx1, dy1;
|
||||
Uint8 r1, g1, b1, r2, g2, b2;
|
||||
Uint32 r, g, b;
|
||||
float pct;
|
||||
int h1, h2, w, h, hh, dx1, dy1;
|
||||
SDL_Surface *scaled_surf;
|
||||
SDL_Surface * aux1;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue