Mantis 0001105:

- Removed debug printout during the minimap build process

git-svn-id: https://unknownworlds.svn.cloudforge.com/ns1@339 67975925-1194-0748-b3d5-c16f83f1a3a1
This commit is contained in:
tankefugl 2005-09-28 12:29:04 +00:00
parent 99b09ea953
commit cb2abb1e1b

View file

@ -435,14 +435,6 @@ bool AvHMiniMap::WriteSpritesIfJustFinished()
{
bool theSuccess = false;
// test
char test[255];
sprintf(test, "this->GetIsProcessing() = %d, this->mNumSamplesProcessed = %d, this->mNumSamplesToProcess = %d\n", this->GetIsProcessing(), this->mNumSamplesProcessed, this->mNumSamplesToProcess);
gEngfuncs.pfnConsolePrint(test);
// :test
if(this->GetIsProcessing() && (this->mNumSamplesProcessed == this->mNumSamplesToProcess))
{
this->mIsProcessing = false;