aboutsummaryrefslogtreecommitdiff
path: root/engines/hopkins/globals.h
diff options
context:
space:
mode:
authorFilippos Karapetis2013-01-07 16:17:27 +0200
committerFilippos Karapetis2013-01-07 16:17:27 +0200
commitbd865d9741878b56a86c1389e66dfdee24ba1e39 (patch)
treec7295b08c88991a57883daa404d87d53f7ea8ecf /engines/hopkins/globals.h
parentb270942f6e6aa8a84cf48a0d77a4e822cc26c79e (diff)
downloadscummvm-rg350-bd865d9741878b56a86c1389e66dfdee24ba1e39.tar.gz
scummvm-rg350-bd865d9741878b56a86c1389e66dfdee24ba1e39.tar.bz2
scummvm-rg350-bd865d9741878b56a86c1389e66dfdee24ba1e39.zip
HOPKINS: Remove static game directory configuration options
Also, remove the unused VGA folder. This is the first step to remove constructFilename() and associated functions.
Diffstat (limited to 'engines/hopkins/globals.h')
-rw-r--r--engines/hopkins/globals.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/engines/hopkins/globals.h b/engines/hopkins/globals.h
index c72abe983e..fdf1b4e866 100644
--- a/engines/hopkins/globals.h
+++ b/engines/hopkins/globals.h
@@ -334,19 +334,6 @@ public:
bool PUBEXIT;
int PERSO_TYPE;
uint _speed;
- Common::String HOPIMAGE;
- Common::String HOPANIM;
- Common::String HOPLINK;
- Common::String HOPSAVE;
- Common::String HOPSOUND;
- Common::String HOPMUSIC;
- Common::String HOPVOICE;
- Common::String HOPANM;
- Common::String HOPTSVGA;
- Common::String HOPSVGA;
- Common::String HOPVGA;
- Common::String HOPSEQ;
- Common::String HOPSYSTEM;
Common::String FICH_ZONE;
Common::String FICH_TEXTE;
Common::String _curFilename;