summaryrefslogtreecommitdiff
path: root/magies.c
diff options
context:
space:
mode:
Diffstat (limited to 'magies.c')
-rw-r--r--magies.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/magies.c b/magies.c
index 8d0460d..93a4813 100644
--- a/magies.c
+++ b/magies.c
@@ -117,6 +117,8 @@ int Fmagieelement (SURFACES *surfaces,POSITIONS *positions,PERSONNAGES persos[],
Fblitcoloredselection(surfaces,positions,*Vtourallie,persos);
}
break;
+ default:
+ break;
}
break;
}
@@ -229,6 +231,8 @@ int Fmagiesoin(SURFACES *surfaces,POSITIONS *positions,PERSONNAGES persos[],int
}
continuer=0;
break;
+ default:
+ break;
}
break;
}