Fixes for Mac OS X (still no textures)

This commit is contained in:
2006-06-19 02:35:13 -04:00
parent d70d3ac4b6
commit e718408b0e
8 changed files with 70 additions and 41 deletions

View File

@@ -257,6 +257,8 @@ int WINAPI WinMain( HINSTANCE hInstance,
return 0;
}
level.SetWindow(g_Screen);
while(!done)
{
while (PeekMessage(&msg,NULL,0,0,PM_REMOVE))