diff options
Diffstat (limited to 'src/openvic/pop/Pop.hpp')
-rw-r--r-- | src/openvic/pop/Pop.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/openvic/pop/Pop.hpp b/src/openvic/pop/Pop.hpp index 626cd8c..628194d 100644 --- a/src/openvic/pop/Pop.hpp +++ b/src/openvic/pop/Pop.hpp @@ -40,7 +40,7 @@ namespace OpenVic { /* REQUIREMENTS: * POP-26 */ - struct PopType : HasIdentifier, HasColour { + struct PopType : HasIdentifierAndColour { friend struct PopManager; using sprite_t = uint8_t; |