Undo some comment formatting changes from b5104a7

This commit is contained in:
JosJuice
2016-06-25 18:07:10 +02:00
parent 64cf74abb4
commit 1878605d77
7 changed files with 20 additions and 37 deletions

View File

@ -89,8 +89,7 @@ std::string CVolumeWAD::GetUniqueID() const
std::string CVolumeWAD::GetMakerID() const
{
char temp[2] = {1};
// Some weird channels use 0x0000 in place of the MakerID, so we need a check
// there
// Some weird channels use 0x0000 in place of the MakerID, so we need a check there
if (!Read(0x198 + m_tmd_offset, 2, (u8*)temp) || temp[0] == 0 || temp[1] == 0)
return "00";