LoadCursorBackground32 was missing.
This commit is contained in:
parent
332ee7d13d
commit
f9f180a4e7
1 changed files with 1 additions and 0 deletions
|
@ -942,6 +942,7 @@ global void InitCursor(void)
|
|||
break;
|
||||
case 32:
|
||||
SaveCursorBackground=SaveCursorBackground32;
|
||||
LoadCursorBackground=LoadCursorBackground32;
|
||||
memsize=sizeof(VMemType32);
|
||||
SaveCursorRectangle=SaveCursorRectangle32;
|
||||
LoadCursorRectangle=LoadCursorRectangle32;
|
||||
|
|
Loading…
Add table
Reference in a new issue