bodyparts separated
[k8-i-v-a-n.git] / src / game / bodyparts / normaltorso_eddytorso.cpp
blob74b44c7d4b66ee1863abdc3e228b17c171787452
1 #ifdef HEADER_PHASE
2 ITEM(eddytorso, normaltorso)
4 protected:
5 virtual int GetClassAnimationFrames() const { return 8; }
6 virtual v2 GetBitmapPos(int) const;
7 };
10 #else
14 v2 eddytorso::GetBitmapPos(int Frame) const { return torso::GetBitmapPos(Frame) + v2((Frame&0x6) << 3, 0); }
15 #endif