MD2 default speed gives maximum interpolation

This commit is contained in:
CTurt 2015-02-07 17:19:08 +00:00
parent 693ba03fcd
commit 932b7cef04

View File

@ -441,7 +441,7 @@ void DSGM_InitModelInstance(DSGM_ModelInstance *mi, DSGM_Model *mdl) {
mi->interpCounter = 0;
mi->currentFrame = 0;
mi->nextFrame = 0;
mi->animationSpeed = 4;
mi->animationSpeed = 1;
mi->palette = NULL;
mi->model = mdl;
}