From 0b39c0ea9fbc43569a17f65db6fe6a89f29ccee1 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Sat, 21 Jan 2006 13:01:20 +0000 Subject: Fix various incorrect usages of the word 'target' instead of 'gameid'; change the ambigiuous 'GameSettings::name' to 'GameSettings::gameid' svn-id: r20115 --- base/gameDetector.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'base/gameDetector.h') 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; }; -- cgit v1.2.3