repo.or.cz
/
k8-i-v-a-n.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
bodyparts separated
[k8-i-v-a-n.git]
/
src
/
game
/
bodyparts
/
normaltorso_eddytorso.cpp
blob
74b44c7d4b66ee1863abdc3e228b17c171787452
1
#ifdef HEADER_PHASE
2
ITEM
(
eddytorso
,
normaltorso
)
3
{
4
protected
:
5
virtual
int
GetClassAnimationFrames
()
const
{
return
8
; }
6
virtual
v2
GetBitmapPos
(
int
)
const
;
7
};
8
9
10
#else
11
12
13
14
v2
eddytorso
::
GetBitmapPos
(
int
Frame
)
const
{
return
torso
::
GetBitmapPos
(
Frame
) +
v2
((
Frame
&
0x6
) <<
3
,
0
); }
15
#endif