fix tileCRC

This commit is contained in:
Christoph Oelckers 2023-05-20 13:33:50 +02:00
parent a2b2e2ec87
commit 56f5e01c84

View file

@ -80,7 +80,7 @@ CCMD(tilecrc)
FGameTexture* tex;
if (tile >= 0 && tile < MAXTILES && !*p)
{
// tex = tileGetTexture(tile);
tex = TexMan.GetGameTexture(tileGetTextureID(tile));
}
else
{