EFH: Actually plug in debug flags

This commit is contained in:
Eugene Sandulenko 2023-02-06 09:30:30 +01:00
parent 6e9232761f
commit e936bd1c81
No known key found for this signature in database
GPG Key ID: 014D387312D34F08

View File

@ -75,6 +75,10 @@ public:
const char *getOriginalCopyright() const override {
return "Escape From Hell (C) Electronic Arts, 1990";
}
const DebugChannelDef *getDebugChannels() const override {
return debugFlagList;
}
};
} // End of namespace efh