Skip to content
Snippets Groups Projects
Commit d117a5a8 authored by Paul GEORGES's avatar Paul GEORGES
Browse files

Update listeB.c

parent 6eed3fcd
No related branches found
No related tags found
No related merge requests found
......@@ -78,7 +78,7 @@ ListeB tir_update(ListeB LB, ListeP LP, ListeR LR, ListeE *LE, int time, int v,
arme = tmp->data.arme;
switch(arme){
case 0:
if(time > tmp->data.tempsTirPrecedent + 250){
if(time > tmp->data.tempsTirPrecedent + 300){
cons_listeB(&LB, nouvelle_balle(sprites[7], tmp->data.angle, 25, tmp->data.pos));
Mix_PlayChannel(1, sons[0], 0);
tmp->data.tempsTirPrecedent = time;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment