[Scummvm-cvs-logs] CVS: scummvm/bs2/driver _console.cpp,1.1,1.2 d_draw.cpp,1.1,1.2 keyboard.cpp,1.1,1.2

Max Horn fingolfin at users.sourceforge.net
Sun Jul 27 19:38:11 CEST 2003


Update of /cvsroot/scummvm/scummvm/bs2/driver
In directory sc8-pr-cvs1:/tmp/cvs-serv8925/driver

Modified Files:
	_console.cpp d_draw.cpp keyboard.cpp 
Log Message:
fixed yet more warnings

Index: _console.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/bs2/driver/_console.cpp,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- _console.cpp	28 Jul 2003 01:47:40 -0000	1.1
+++ _console.cpp	28 Jul 2003 02:37:47 -0000	1.2
@@ -64,8 +64,8 @@
 
 
 uint8			consoleStatus = 0;			// 1 - console display
-static uint16	consoley = 0;
-static uint32	consoleSize;
+//static uint16	consoley = 0;
+//static uint32	consoleSize;
 static uint8	*consoleSprite = NULL;
 
 

Index: d_draw.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/bs2/driver/d_draw.cpp,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- d_draw.cpp	28 Jul 2003 01:47:40 -0000	1.1
+++ d_draw.cpp	28 Jul 2003 02:37:47 -0000	1.2
@@ -89,7 +89,7 @@
 //DDCOLORKEY		blackColorKey;
 
 
-static int32 platformIsNT = 0;
+//static int32 platformIsNT = 0;
 
 
 //----------------------------------------------------------------------------------------------------------------
@@ -120,11 +120,11 @@
 
 {
 
+	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;
 

Index: keyboard.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/bs2/driver/keyboard.cpp,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- keyboard.cpp	28 Jul 2003 01:47:40 -0000	1.1
+++ keyboard.cpp	28 Jul 2003 02:37:47 -0000	1.2
@@ -67,8 +67,6 @@
 
 #include "driver96.h"
 
-#define MAX_KEY_BUFFER 23
-
 uint8	keyBacklog = 0;				// The number of key presses waiting to be processed.
 uint8	keyPointer = 0;				// Index of the next key to read from the buffer.
 char    keyBuffer[MAX_KEY_BUFFER];	// The keyboard buffer





More information about the Scummvm-git-logs mailing list