mirror of
https://github.com/DrBeef/Raze.git
synced 2025-02-20 18:52:43 +00:00
- removed unused InitLists function.
# Conflicts: # source/build/src/engine.cpp
This commit is contained in:
parent
58cd933d74
commit
6773fa2189
2 changed files with 0 additions and 11 deletions
|
@ -235,16 +235,6 @@ int ChangeSpriteStat(int nSprite, int nStatus)
|
|||
return 0;
|
||||
}
|
||||
|
||||
void InitFreeList(unsigned short* pList, int nCount)
|
||||
{
|
||||
for (int i = 1; i < nCount; i++)
|
||||
{
|
||||
pList[i] = i - 1;
|
||||
}
|
||||
pList[0] = nCount - 1;
|
||||
}
|
||||
|
||||
|
||||
void dbInit(void)
|
||||
{
|
||||
initspritelists();
|
||||
|
|
|
@ -122,7 +122,6 @@ int DeleteSprite(DBloodActor* actor);
|
|||
int ChangeSpriteSect(int nSprite, int nSector);
|
||||
int qchangespritesect(short nSprite, short nSector);
|
||||
int ChangeSpriteStat(int nSprite, int nStatus);
|
||||
void InitFreeList(unsigned short *pList, int nCount);
|
||||
void dbInit(void);
|
||||
void PropagateMarkerReferences(void);
|
||||
unsigned int dbReadMapCRC(const char *pPath);
|
||||
|
|
Loading…
Reference in a new issue