diff Indoor.cpp @ 1923:f92e0bab7c78

rename DrawIndoorPolygonSky
author Ritor1
date Wed, 23 Oct 2013 17:30:14 +0600
parents e60d9df73428
children 431d3da6e945
line wrap: on
line diff
--- a/Indoor.cpp	Wed Oct 23 17:13:23 2013 +0600
+++ b/Indoor.cpp	Wed Oct 23 17:30:14 2013 +0600
@@ -602,7 +602,7 @@
         }
 
         if (pFace->uAttributes & FACE_INDOOR_SKY)
-          pRenderer->DrawIndoorPolygonSky(uNumVerticesa, uFaceID);
+          pRenderer->DrawIndoorSky(uNumVerticesa, uFaceID);
         else
           pRenderer->DrawIndoorPolygon(uNumVerticesa, pFace, v27, v28, PID(OBJECT_BModel, uFaceID), v17, 0);
         return;