Medpack animation bug >>


(Jaquboss) #1

I was a bit wondering long time ago why when i hold medpack it plays throw anim just once…
I never tried to look on it cos i always forgot it before i turned ET off…
But it isnt important here is just what is wrong :
see there is WP_MEDKIT but it animation doesnt loop so no wonder it plays just once
Solution: just delete WP_MEDKIT from there , because default: does it right


		case WP_MP40:
		case WP_THOMPSON:
		case WP_STEN:
		case WP_MEDKIT: // DELETE me please :nag:
		case WP_PLIERS:
		case WP_SMOKE_MARKER:
		case WP_SATCHEL_DET:
		case WP_MOBILE_MG42:
		case WP_MOBILE_MG42_SET:
			PM_ContinueWeaponAnim(weapattackanim);
			break;

:nag: thats all i shouldnt talk so much about that simple things …


(IneQuation) #2

Would be more helpful if you said this code is located in bg_pmove.c. :wink:


(Jaquboss) #3

yeah sorry, and ok
It is in bg_pmove.c
:nag: