mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-10 14:52:01 +00:00
Uncomment copytilepiece(). KenBuild uses it.
git-svn-id: https://svn.eduke32.com/eduke32@6003 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
c23a9be920
commit
5f54576961
1 changed files with 0 additions and 2 deletions
|
@ -689,7 +689,6 @@ intptr_t allocatepermanenttile(int16_t tilenume, int32_t xsiz, int32_t ysiz)
|
|||
//
|
||||
// copytilepiece
|
||||
//
|
||||
#if 0
|
||||
void copytilepiece(int32_t tilenume1, int32_t sx1, int32_t sy1, int32_t xsiz, int32_t ysiz,
|
||||
int32_t tilenume2, int32_t sx2, int32_t sy2)
|
||||
{
|
||||
|
@ -726,7 +725,6 @@ void copytilepiece(int32_t tilenume1, int32_t sx1, int32_t sy1, int32_t xsiz, in
|
|||
}
|
||||
}
|
||||
}
|
||||
#endif
|
||||
|
||||
void Buninitart(void)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue