Skip to content

Commit

Permalink
HOPKINS: Added missing GOHOME/GOHOME2 methods
Browse files Browse the repository at this point in the history
  • Loading branch information
dreammaster committed Oct 13, 2012
1 parent 4ec8e71 commit ba6d36a
Show file tree
Hide file tree
Showing 4 changed files with 736 additions and 9 deletions.
2 changes: 2 additions & 0 deletions engines/hopkins/globals.cpp
Expand Up @@ -97,6 +97,7 @@ Globals::Globals() {
g_old_anim = 0;
g_old_sens = 0;
g_old_sens2 = 0;
last_sens = 0;
police_l = police_h = 0;
TETE = NULL;
texte_long = 0;
Expand Down Expand Up @@ -213,6 +214,7 @@ Globals::Globals() {
old_y_70 = 0;
compteur_71 = 0;
zozo_73 = 0;
j_104 = 0;
}

Globals::~Globals() {
Expand Down
2 changes: 2 additions & 0 deletions engines/hopkins/globals.h
Expand Up @@ -342,6 +342,7 @@ class Globals {
int lOldItCounter;
int g_old_anim;
int g_old_sens, g_old_sens2;
int last_sens;
int HopkinsArr[140];
byte *police;
int police_l;
Expand Down Expand Up @@ -445,6 +446,7 @@ class Globals {
int zozo_73;
int old_y2_68;
int old_z_69;
int j_104;

Globals();
~Globals();
Expand Down

0 comments on commit ba6d36a

Please sign in to comment.