aboutsummaryrefslogtreecommitdiff
path: root/base/gameDetector.h
diff options
context:
space:
mode:
Diffstat (limited to 'base/gameDetector.h')
-rw-r--r--base/gameDetector.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/base/gameDetector.h b/base/gameDetector.h
index d60b25b017..fefaf4139c 100644
--- a/base/gameDetector.h
+++ b/base/gameDetector.h
@@ -41,7 +41,7 @@ enum {
};
struct GameSettings {
- const char *name;
+ const char *gameid;
const char *description;
uint32 features;
};