Fixed more compile-breaking bugs.

This commit is contained in:
OBattler
2017-06-01 18:58:22 +02:00
parent 6491036670
commit 29dae74122
2 changed files with 2 additions and 3 deletions

View File

@@ -26,9 +26,6 @@
#include "vid_ega_render.h"
int invert_display = 0;
int ega_display_line(ega_t *ega)
{
int y_add = (enable_overscan) ? (overscan_y >> 1) : 0;