Skip to content

Commit

Permalink
MORTEVIELLE: Fix sizes of several arrays
Browse files Browse the repository at this point in the history
  • Loading branch information
dreammaster authored and Strangerke committed Apr 6, 2012
1 parent 26c8f5d commit 418a78a
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
14 changes: 7 additions & 7 deletions engines/mortevielle/var_mor.cpp
Expand Up @@ -199,18 +199,18 @@ Common::String al_mess,
ind_mess,
al_mess2;

int invt[8];
int nbrep[8];
int nbrepm[8];
int disc[8];
int invt[9];
int nbrep[9];
int nbrepm[9];
int disc[9];
int msg[5];
int depl[7];
int depl[8];
Common::String inv[9];
Common::String dep[8];
Common::String act[22];
Common::String self_[6];
Common::String self_[7];
Common::String dis[9];
char touv[7];
char touv[8];
sav_chaine s, s1;
byte bufcha[391];

Expand Down
14 changes: 7 additions & 7 deletions engines/mortevielle/var_mor.h
Expand Up @@ -367,18 +367,18 @@ extern Common::String al_mess,
ind_mess,
al_mess2;

extern int invt[8];
extern int nbrep[8];
extern int nbrepm[8];
extern int disc[8];
extern int invt[9];
extern int nbrep[9];
extern int nbrepm[9];
extern int disc[9];
extern int msg[5];
extern int depl[7];
extern int depl[8];
extern Common::String inv[9];
extern Common::String dep[8];
extern Common::String act[22];
extern Common::String self_[6];
extern Common::String self_[7];
extern Common::String dis[9];
extern char touv[7];
extern char touv[8];
extern sav_chaine s, s1;
extern byte bufcha[391];

Expand Down

0 comments on commit 418a78a

Please sign in to comment.