src/video/dedicated_v.cpp
branchcustombridgeheads
changeset 5650 aefc131bf5ce
parent 5649 55c8267c933f
child 6254 abc6ad7c035c
--- a/src/video/dedicated_v.cpp	Thu Jan 11 13:41:16 2007 +0000
+++ b/src/video/dedicated_v.cpp	Mon Jan 15 20:14:06 2007 +0000
@@ -277,7 +277,7 @@
 			next_tick = cur_ticks + 30;
 
 			GameLoop();
-			_screen.dst_ptr = _dedicated_video_mem;
+			_screen.dst_ptr = (Pixel*)_dedicated_video_mem;
 			UpdateWindows();
 		}
 		CSleep(1);