diff options
-rw-r--r-- | common/gameDetector.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/common/gameDetector.h b/common/gameDetector.h index 6615bebc5b..643fbe1cc2 100644 --- a/common/gameDetector.h +++ b/common/gameDetector.h @@ -88,15 +88,15 @@ enum GameFeatures { struct VersionSettings { const char *filename; const char *gamename; - const byte id, major, middle, minor; - const uint32 features; - const char *detectname; + byte id, major, middle, minor; + uint32 features; + char *detectname; }; struct MusicDrivers { const char *name; const char *description; - const int id; + int id; }; struct GraphicsModes { |