aboutsummaryrefslogtreecommitdiff
path: root/sword2/driver/d_draw.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'sword2/driver/d_draw.cpp')
-rw-r--r--sword2/driver/d_draw.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/sword2/driver/d_draw.cpp b/sword2/driver/d_draw.cpp
index 30baabeb2d..3d31118e71 100644
--- a/sword2/driver/d_draw.cpp
+++ b/sword2/driver/d_draw.cpp
@@ -89,7 +89,7 @@ int32 dxHelCaps = 0;
//DDCOLORKEY blackColorKey;
-static int32 platformIsNT = 0;
+//static int32 platformIsNT = 0;
//----------------------------------------------------------------------------------------------------------------
@@ -120,11 +120,11 @@ int32 PlotDots(int16 x, int16 y, int16 count)
{
+ warning("stub PlotDots( %d, %d, %d )", x, y, count);
+/*
int16 i;
uint8 *dst;
- warning("stub PlotDots( %d, %d, %d )", x, y, count);
-/*
DDSURFACEDESC ddDescription;
HRESULT hr;