mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-01-31 02:14:09 +03:00
Previously there was an entclass::clear(), and initialization of an entclass was done by calling clear() in order to not duplicate code. But now there's no need for an entclass::clear(), and it is in fact unused (just call entityclass::removeentity() instead), so I'm removing this function.
902 B
902 B