Committed changed from amit

This commit is contained in:
pagefault
2001-08-10 00:31:35 +00:00
parent 29381fb234
commit 0a529dc502
4 changed files with 77 additions and 88 deletions

View File

@@ -69,7 +69,7 @@ int gl_start(int width, int height, int req_depth, int FullScreen)
return FALSE;
}
glvidbuffer = malloc(512 * 512 * 2);
glvidbuffer = (unsigned short *) malloc(512 * 512 * sizeof(short));
gl_clearwin();
SDL_WarpMouse(SurfaceX / 4, SurfaceY / 4);