SDL compile fix

This commit is contained in:
zicodxx 2007-02-19 14:02:28 +00:00
parent f0265ea26f
commit 24c673dc13
2 changed files with 5 additions and 0 deletions

View file

@ -253,6 +253,7 @@ int gr_toggle_fullscreen(void){
int gr_init(int mode)
{
int retcode;
// Only do this function once!
if (gr_installed==1)
return -1;

View file

@ -1,5 +1,9 @@
D2X-Rebirth Changelog
20070219
--------
arch/sdl/gr.c: SDL compile fix
20070218
--------
include/3d.h: use generic 'struct object' instead of including object.h, so gcc4.0 with Xcode doesn't complain about FSCALE being passed to CLIPLINE in 2d/line.c (strange indeed)