mirror of
https://github.com/elasota/Aerofoil.git
synced 2025-09-23 14:53:52 +00:00
Clean up language so we can bundle source without getting dinged on age rating.
This commit is contained in:
@@ -52,7 +52,7 @@ bool LZWDecompressor::ReadBytes(void *dest, size_t numBytes)
|
||||
symbolcounter++;
|
||||
if (symbol == 256 && blockmode)
|
||||
{
|
||||
// Skip garbage data after a clear. God damn, this is dumb.
|
||||
// Skip garbage data after a clear.
|
||||
int symbolsize = LZWSuggestedSymbolSize(lzw);
|
||||
if (symbolcounter % 8)
|
||||
{
|
||||
|
Reference in New Issue
Block a user