diff --git a/src/input/cursor.cpp b/src/input/cursor.cpp index 043055b6..91dcf375 100644 --- a/src/input/cursor.cpp +++ b/src/input/cursor.cpp @@ -43,8 +43,6 @@ void FCEU_DrawGunSight(uint8 *buf, int xc, int yc) int x,y; int c,d; - buf += FSettings.FirstSLine * 256; - for(y=0;y<13;y++) for(x=0;x<13;x++) {