Skip to content

Commit

Permalink
Oops, that's not how the preprocessor works.
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-fadely committed Jun 16, 2015
1 parent c72ebe2 commit 386ca28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SADXModLoader/TextureReplacement.cpp
Expand Up @@ -107,7 +107,7 @@ bool BuildTextureList(const std::wstring& pvmName, NJS_TEXLIST* texList)

for (unsigned int i = 0; i < texList->nbTexture; i++)
{
#ifdef 0
#if 0
PrintDebug("NJS_TEXNAME Filename: 0x%08X\n", texList->textures[i].filename);
PrintDebug("NJS_TEXNAME Attributes: %d\n", texList->textures[i].attr);
PrintDebug("NJS_TEXNAME texaddr: 0x%08X\n\n", texList->textures[i].texaddr);
Expand Down

0 comments on commit 386ca28

Please sign in to comment.