mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-12-25 03:00:46 +00:00
git-svn-id: https://svn.eduke32.com/eduke32@548 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
22b4b23240
commit
a7069d9ba4
1 changed files with 7 additions and 0 deletions
|
@ -2258,6 +2258,13 @@ static void DoSector(int iSet, int lVar1, int lLabelID, int lVar2)
|
|||
case SECTOR_CEILINGXPANNING:
|
||||
if (iSet)
|
||||
sector[iSector].ceilingxpanning=lValue;
|
||||
else
|
||||
SetGameVarID(lVar2, sector[iSector].ceilingxpanning,g_i,g_p);
|
||||
break;
|
||||
|
||||
case SECTOR_CEILINGYPANNING:
|
||||
if (iSet)
|
||||
sector[iSector].ceilingypanning=lValue;
|
||||
else
|
||||
SetGameVarID(lVar2, sector[iSector].ceilingypanning,g_i,g_p);
|
||||
break;
|
||||
|
|
Loading…
Reference in a new issue