--- xmil/win9x/scrnmng.cpp 2004/08/04 15:18:26 1.3 +++ xmil/win9x/scrnmng.cpp 2004/08/07 07:19:56 1.5 @@ -13,10 +13,8 @@ #include "extclass.h" #include "pccore.h" #include "scrndraw.h" -#include "draw.h" #include "palettes.h" -#include "x1_io.h" -#include "x1_crtc.h" +#include "makescrn.h" typedef struct { @@ -768,7 +766,7 @@ void scrnmng_dispclock(void) { ddraw.primsurf->Restore(); ddraw.clocksurf->Restore(); } - dclock_cntdown(xmilcfg.DRAW_SKIP); + dclock_cntdown(xmiloscfg.DRAW_SKIP); } }