diff --git a/src/video/video.h b/src/video/video.h index 427b0e5c9..a82993cfd 100644 --- a/src/video/video.h +++ b/src/video/video.h @@ -65,7 +65,7 @@ typedef struct { typedef struct { int w, h; uint32_t *dat; - uint32_t *line[2048]; + uint32_t *line[2112]; } bitmap_t; typedef struct {