1
0
Fork 0

Warning cleanup

Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1147
This commit is contained in:
Peter Veenstra 2003-07-24 12:42:17 +00:00
parent cdf4503fe0
commit 54ef7a5825

View file

@ -252,7 +252,9 @@ void RENDER_DoUpdate(void) {
static void RENDER_DrawScreen(void * data) {
switch (render.op.type) {
#if (C_SSHOT)
doagain:
#endif
case OP_None:
render.op.dest=render.op.pixels=data;
render.src.draw_handler(render.op.part_handler);