[Scummvm-cvs-logs] SF.net SVN: scummvm:[34668] residual/trunk/engine/tinygl

aquadran at users.sourceforge.net aquadran at users.sourceforge.net
Sun Sep 28 20:08:11 CEST 2008


Revision: 34668
          http://scummvm.svn.sourceforge.net/scummvm/?rev=34668&view=rev
Author:   aquadran
Date:     2008-09-28 18:08:09 +0000 (Sun, 28 Sep 2008)

Log Message:
-----------
fix compilation

Modified Paths:
--------------
    residual/trunk/engine/tinygl/light.cpp
    residual/trunk/engine/tinygl/misc.cpp

Modified: residual/trunk/engine/tinygl/light.cpp
===================================================================
--- residual/trunk/engine/tinygl/light.cpp	2008-09-28 15:43:24 UTC (rev 34667)
+++ residual/trunk/engine/tinygl/light.cpp	2008-09-28 18:08:09 UTC (rev 34668)
@@ -149,8 +149,7 @@
 		c->light_model_two_side = (int)v[0];
 		break;
 	default:
-		tgl_warning("glopLightModel: illegal pname: 0x%x", pname);
-		//assert(0);
+		warning("glopLightModel: illegal pname: 0x%x", pname);
 		break;
 	}
 }

Modified: residual/trunk/engine/tinygl/misc.cpp
===================================================================
--- residual/trunk/engine/tinygl/misc.cpp	2008-09-28 15:43:24 UTC (rev 34667)
+++ residual/trunk/engine/tinygl/misc.cpp	2008-09-28 18:08:09 UTC (rev 34668)
@@ -94,7 +94,7 @@
 		if (code >= TGL_LIGHT0 && code < TGL_LIGHT0 + T_MAX_LIGHTS) {
 			gl_enable_disable_light(c, code - TGL_LIGHT0, v);
 		} else {
-			//tgl_warning("glEnableDisable: 0x%X not supported.", code);
+			//warning("glEnableDisable: 0x%X not supported.", code);
 		}
 		break;
 	}


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list