mirror of
https://github.com/RTimothyEdwards/magic.git
synced 2026-08-29 09:30:46 +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
@@ -1926,7 +1926,7 @@ CmdXor(w, cmd)
|
||||
|
||||
PaintResultType DBXORResultTbl[NP][NT][NT];
|
||||
PaintResultType (*curPaintSave)[NT][NT];
|
||||
void (*curPlaneSave)();
|
||||
int (*curPlaneSave)();
|
||||
|
||||
int p, t, h;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user