Browse Source

Update XFileParser.cpp

Fix typo.
Kim Kulling 7 years ago
parent
commit
a03ab068be
1 changed files with 1 additions and 2 deletions
  1. 1 2
      code/XFileParser.cpp

+ 1 - 2
code/XFileParser.cpp

@@ -1296,8 +1296,7 @@ unsigned int XFileParser::ReadBinDWord() {
 // ------------------------------------------------------------------------------------------------
 unsigned int XFileParser::ReadInt()
 {
-:
-cd if( mIsBinaryFormat)
+   if( mIsBinaryFormat)
     {
         if( mBinaryNumCount == 0 && mEnd - mP >= 2)
         {