mirror of
https://github.com/RTimothyEdwards/magic.git
synced 2026-08-22 14:17:43 +02:00
Corrected variables that set the PaintPlane routine, which had been
changed from returning void to returning int without changing the type of the variable, thus causing a compiler warning.
This commit is contained in:
+1
-1
@@ -61,7 +61,7 @@ int gaDebNoClean = 0;
|
||||
|
||||
/* Used in the "*garoute split" command */
|
||||
PlaneMask gaSplitPlaneMask;
|
||||
void (*gaSplitPaintPlane)();
|
||||
int (*gaSplitPaintPlane)();
|
||||
Rect gaSplitArea;
|
||||
int gaSplitType;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user