Remove incorrect comment

This commit is contained in:
Jonathan G Rennison
2022-07-03 22:15:58 +01:00
parent c851c7a797
commit 96c63ab7fc

View File

@@ -43,7 +43,6 @@ std::vector<const GRFFile *> _new_landscape_rocks_grfs;
return this->ti->z / TILE_HEIGHT;
case 0x43:
/* Knuth hash */
return SimpleHash32(this->ti->tile);
case 0x44: