src/gfx.h
branchgamebalance
changeset 9913 e79cd19772dd
parent 9912 1ac8aac92385
--- a/src/gfx.h	Wed Jun 13 12:05:56 2007 +0000
+++ b/src/gfx.h	Tue Jun 19 07:21:01 2007 +0000
@@ -93,7 +93,6 @@
 void CreateConsole();
 
 typedef int32 CursorID;
-typedef byte Pixel;
 
 struct Point {
 	int x,y;
@@ -134,7 +133,7 @@
 };
 
 struct DrawPixelInfo {
-	Pixel *dst_ptr;
+	void *dst_ptr;
 	int left, top, width, height;
 	int pitch;
 	ZoomLevel zoom;