author | ecalot
<ecalot> 2005-12-28 01:32:27 UTC |
committer | ecalot
<ecalot> 2005-12-28 01:32:27 UTC |
parent | 555f1cb4d9d28bcb92ce401e0f66111df4c80f31 |
FP/src/out/output.c | +1 | -1 |
diff --git a/FP/src/out/output.c b/FP/src/out/output.c index c526938..26b3a53 100644 --- a/FP/src/out/output.c +++ b/FP/src/out/output.c @@ -57,7 +57,7 @@ output.c: Free Prince : Output Devices Handler #ifdef OUTPUT_BIGPIXELS #define putpixel(surface,x,y,pixel) putbigpixel(surface,x,y,pixel) -#define transformSize(x) (x<1) +#define transformSize(x) (x<<1) #else #define putpixel(surface,x,y,pixel) putsinglepixel(surface,x,y,pixel) #define transformSize(x) (x)