mirror of
https://github.com/ZDoom/Raze.git
synced 2025-05-31 01:11:15 +00:00
- SW: changed Animator interface to use USERp parameters.
This commit is contained in:
parent
bb3a141c42
commit
e241e7dc52
36 changed files with 1089 additions and 1301 deletions
|
@ -433,10 +433,9 @@ int DoRotatorMove(short SpriteNum)
|
|||
return 0;
|
||||
}
|
||||
|
||||
int DoRotator(short SpriteNum)
|
||||
int DoRotator(USER* u)
|
||||
{
|
||||
USERp u = User[SpriteNum].Data();
|
||||
SPRITEp sp = u->SpriteP;
|
||||
int SpriteNum = u->SpriteNum;
|
||||
|
||||
// could move this inside sprite control
|
||||
DoRotatorMove(SpriteNum);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue