Fixed timestep update for physics / damping code?

I think somethings wrong with your calculations, you scaling whole result where what you should just scale the delta values, so try this

initVel - ((hInitVel * damping) * DeltaTime)