From: Ryan C. Gordon Date: Sat, 31 Oct 2009 19:26:16 +0000 (-0400) Subject: More problems with Apple's compiler. X-Git-Url: https://git.jsancho.org/?a=commitdiff_plain;ds=inline;h=bfbec1fc01aa8ef6f3e4a6ed63b51a0605df3c79;p=lugaru.git More problems with Apple's compiler. --- diff --git a/Source/Game.h b/Source/Game.h index d5978de..fd95830 100644 --- a/Source/Game.h +++ b/Source/Game.h @@ -223,7 +223,7 @@ public: void LoadingScreen(); void FadeLoadingScreen(float howmuch); void Dispose(); - int DrawGLScene(GLvoid); + int DrawGLScene(void); void Tick(); void TickOnce(); void TickOnceAfter(); diff --git a/Source/GameDraw.cpp b/Source/GameDraw.cpp index 967fe68..c38e552 100644 --- a/Source/GameDraw.cpp +++ b/Source/GameDraw.cpp @@ -189,7 +189,7 @@ long long Game::MD5_string (char *string){ //return 1111111111111111; } -int Game::DrawGLScene(GLvoid) +int Game::DrawGLScene(void) { static float texcoordwidth,texcoordheight; static float texviewwidth, texviewheight;