Silence debug warning accidentially made too loud

git-svn-id: svn+ssh://svn.gna.org/svn/warzone/trunk@2503 4a71c877-e1ca-e34f-864e-861f7616d084
master
Per Inge Mathisen 2007-09-29 18:48:58 +00:00
parent ba3534485b
commit 91833ef2ec
1 changed files with 1 additions and 1 deletions

View File

@ -165,7 +165,7 @@ void texLoad(const char *fileName)
tileTexInfo[k].uOffset = xOffset / (xSize / 256);
tileTexInfo[k].vOffset = yOffset / (ySize / 256);
tileTexInfo[k].texPage = texPage;
debug(LOG_ERROR, " texLoad: Registering k=%d i=%d u=%f v=%f xoff=%d yoff=%d xsize=%d ysize=%d tex=%d (%s)",
debug(LOG_TEXTURE, " texLoad: Registering k=%d i=%d u=%f v=%f xoff=%d yoff=%d xsize=%d ysize=%d tex=%d (%s)",
k, i, tileTexInfo[k].uOffset, tileTexInfo[k].vOffset, xOffset, yOffset, xSize, ySize, texPage, fullPath);
}
xOffset += i; // i is width of tile