[Scummvm-cvs-logs] CVS: residual scene.h,1.5,1.6

James Brown ender at users.sourceforge.net
Mon Aug 18 08:01:06 CEST 2003


Update of /cvsroot/scummvm/residual
In directory sc8-pr-cvs1:/tmp/cvs-serv3803

Modified Files:
	scene.h 
Log Message:
Whoopsie, blind copy and paste is stilly :)


Index: scene.h
===================================================================
RCS file: /cvsroot/scummvm/residual/scene.h,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- scene.h	18 Aug 2003 14:13:09 -0000	1.5
+++ scene.h	18 Aug 2003 14:25:21 -0000	1.6
@@ -37,13 +37,13 @@
   ~Scene();
 
   void drawBackground() const {
-    if (currSetup_->bkgnd_zbm_ == NULL) {
+    if (currSetup_->bkgnd_bm_ == NULL) {
       error("Null background for setup %s in %s", currSetup_->name_.c_str(), name_.c_str());
       return;
     }
     glEnable(GL_DEPTH_TEST);
     glDepthMask(GL_FALSE);
-    currSetup_->bkgnd_zbm_->draw();
+    currSetup_->bkgnd_bm_->draw();
     glDepthMask(GL_TRUE);
   }
   void setupCamera() {





More information about the Scummvm-git-logs mailing list