aboutsummaryrefslogtreecommitdiff
path: root/sword2/driver/d_draw.cpp
diff options
context:
space:
mode:
authorMax Horn2003-07-28 02:37:47 +0000
committerMax Horn2003-07-28 02:37:47 +0000
commit544168e96b04bbcf0015e9a853702f89fa31a40f (patch)
treebbde3dcb07025cc7c5bd0ce6eb2d2f54ab31ea71 /sword2/driver/d_draw.cpp
parent44048d2434a18295c7981e676e4a0520720f992c (diff)
downloadscummvm-rg350-544168e96b04bbcf0015e9a853702f89fa31a40f.tar.gz
scummvm-rg350-544168e96b04bbcf0015e9a853702f89fa31a40f.tar.bz2
scummvm-rg350-544168e96b04bbcf0015e9a853702f89fa31a40f.zip
fixed yet more warnings
svn-id: r9220
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;