diff options
Diffstat (limited to 'actions.c')
-rw-r--r-- | actions.c | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -107,6 +107,8 @@ void Fattaquer(SURFACES *surfaces,POSITIONS *positions,PERSONNAGES persos[],int Fblitcoloredselection(surfaces,positions,*Vtourallie,persos); } break; + default: + break; } break; @@ -191,6 +193,8 @@ void Fselectionnermagienoire(SURFACES *surfaces,POSITIONS *positions,PERSONNAGES SDL_Flip(surfaces->Pecran); continuer=Fmagieelement(surfaces,positions,persos,Vtourallie,ennemis,Vnbennemis,selection,Vtour); break; + default: + break; } } } @@ -242,6 +246,8 @@ void Fselectionnermagieblanche(SURFACES *surfaces,POSITIONS *positions,PERSONNAG if(selection==SOIN) continuer=Fmagiesoin(surfaces,positions,persos,Vtourallie,ennemis,Vnbennemis,Vtour); break; + default: + break; } } } @@ -305,6 +311,8 @@ void Fselectionnerobjet(SURFACES *surfaces,POSITIONS *positions,PERSONNAGES pers continuer=Fether(surfaces,positions,persos,Vtourallie,ennemis,Vnbennemis,objets,selection,Vtour); } break; + default: + break; } } } @@ -418,6 +426,8 @@ int Fpotion(SURFACES *surfaces,POSITIONS *positions,PERSONNAGES persos[],int *Vt else if(type==POTIONPLUS) objets->potionsplus--; break; + default: + break; } break; } @@ -538,6 +548,8 @@ int Fether(SURFACES *surfaces,POSITIONS *positions,PERSONNAGES persos[],int *Vto else if(type==ETHERPLUS) objets->ethersplus--; break; + default: + break; } break; } |