1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00
freebsd-ports/emulators/fceux/files/patch-src-drivers-common-vidblit.c
Pav Lucistnik 8005d62035 - Update to 0.98.13
PR:		ports/78094
Submitted by:	Greg J. <xcas@cox.net> (maintainer)
2005-02-27 16:00:51 +00:00

12 lines
317 B
C

--- src/drivers/common/vidblit.c.orig Tue Dec 21 15:43:20 2004
+++ src/drivers/common/vidblit.c Tue Dec 21 15:43:44 2004
@@ -79,7 +79,7 @@
{
if(specfilt == 2 || specfilt == 4) // scale2x and scale3x
{
- int multi;
+ int multi = 0;
if(specfilt == 2) multi = 2 * 2;
else if(specfilt == 4) multi = 3 * 3;