mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-02-02 07:23:53 +03:00
Rename edentity to customentities
This fixes the fact that the name of the singular type is plural, but the name of the plural array is singular. Which has always annoyed me, too. Also this makes it more clear that custom entities don't have much to do with the editor.
This commit is contained in:
@@ -61,7 +61,7 @@ struct LevelMetaData
|
||||
};
|
||||
|
||||
|
||||
extern std::vector<CustomEntity> edentity;
|
||||
extern std::vector<CustomEntity> customentities;
|
||||
|
||||
class EditorData
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user