Cleared majority of codepage warnings in Visual Studio 14.

This commit is contained in:
Tan Li Boon
2017-01-09 00:41:10 +08:00
parent 575afd82f1
commit c3d40810b5
14 changed files with 19 additions and 19 deletions

View File

@@ -454,7 +454,7 @@ void LWOImporter::FindUVChannels(LWO::Surface& surf,
++extra;
out[next++] = i;
}
// B<EFBFBD>h ... seems not to be used at all. Push to end if enough space is available.
// Bah ... seems not to be used at all. Push to end if enough space is available.
else {
out[extra++] = i;
++num_extra;