mirror of
https://github.com/ZDoom/raze-gles.git
synced 2025-03-03 23:41:13 +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.spriteNum = spriteNum; // Sprite ID
|
||||||
vm.pSprite = &sprite[spriteNum]; // Pointer to sprite structure
|
vm.pSprite = &sprite[spriteNum]; // Pointer to sprite structure
|
||||||
|
vm.pActor = &actor[spriteNum];
|
||||||
|
|
||||||
if (g_tile[vm.pSprite->picnum].loadPtr == NULL)
|
if (g_tile[vm.pSprite->picnum].loadPtr == NULL)
|
||||||
return;
|
return;
|
||||||
|
|
Loading…
Reference in a new issue