Name of function InitCursor changed to InitCursors.
This commit is contained in:
parent
826e137480
commit
8817d197c3
1 changed files with 1 additions and 1 deletions
|
@ -678,7 +678,7 @@ global void InitVideo(void)
|
|||
InitGraphic();
|
||||
InitLineDraw();
|
||||
InitSprite();
|
||||
InitCursor();
|
||||
InitCursors();
|
||||
switch( VideoBpp ) {
|
||||
case 8: ColorCycle=ColorCycle8 ; break;
|
||||
case 15:
|
||||
|
|
Loading…
Add table
Reference in a new issue