mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2025-08-04 01:34:07 +00:00
chore: update noninformative comments to be informative (#1407)
* better comments * more comments
This commit is contained in:
@@ -20,7 +20,7 @@ RawFile::RawFile(std::string fileName) {
|
||||
|
||||
|
||||
if (m_Version < 0x20) {
|
||||
return; // Version too crusty to handle
|
||||
return; // Version is too old to be supported
|
||||
}
|
||||
|
||||
// Read in chunks
|
||||
|
Reference in New Issue
Block a user