Committed changed from amit
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user