Name of function InitCursor changed to InitCursors.

This commit is contained in:
johns 2001-06-04 12:50:08 +00:00
parent 826e137480
commit 8817d197c3

View file

@ -678,7 +678,7 @@ global void InitVideo(void)
InitGraphic();
InitLineDraw();
InitSprite();
InitCursor();
InitCursors();
switch( VideoBpp ) {
case 8: ColorCycle=ColorCycle8 ; break;
case 15: