mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-16 22:58:34 +00:00
Better the second time around...
This commit is contained in:
@@ -184,11 +184,7 @@ struct TextureProfile
|
||||
TextureProfile();
|
||||
};
|
||||
|
||||
struct CharSelectEquip
|
||||
{
|
||||
Texture_Struct Textures;
|
||||
Tint_Struct Color;
|
||||
};
|
||||
struct CharSelectEquip : Texture_Struct, Tint_Struct {};
|
||||
|
||||
struct CharacterSelectEntry_Struct
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user