mirror of
https://github.com/ZDoom/Raze.git
synced 2024-11-15 08:51:24 +00:00
Inconsequential formatting
git-svn-id: https://svn.eduke32.com/eduke32@6296 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
1e06189f03
commit
6aa1d36f99
1 changed files with 7 additions and 6 deletions
|
@ -5812,6 +5812,7 @@ void A_LoadActor(int32_t spriteNum)
|
|||
{
|
||||
vm.spriteNum = spriteNum; // Sprite ID
|
||||
vm.pSprite = &sprite[spriteNum]; // Pointer to sprite structure
|
||||
vm.pActor = &actor[spriteNum];
|
||||
|
||||
if (g_tile[vm.pSprite->picnum].loadPtr == NULL)
|
||||
return;
|
||||
|
|
Loading…
Reference in a new issue