Uncomment copytilepiece(). KenBuild uses it.

git-svn-id: https://svn.eduke32.com/eduke32@6003 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
hendricks266 2017-01-05 05:30:14 +00:00
parent c23a9be920
commit 5f54576961
1 changed files with 0 additions and 2 deletions

View File

@ -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)
{