fix tiberian sun menus
This commit is contained in:
parent
b04dc01104
commit
5e4de793d4
6 changed files with 73 additions and 13 deletions
|
@ -116,6 +116,9 @@ DWORD WINAPI render_soft_main(void)
|
|||
ddraw->primary->bmi,
|
||||
DIB_RGB_COLORS);
|
||||
}
|
||||
|
||||
if (!ddraw->hidemouse)
|
||||
EnumChildWindows(ddraw->hWnd, EnumChildProc, (LPARAM)ddraw->primary);
|
||||
}
|
||||
|
||||
LeaveCriticalSection(&ddraw->cs);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue