aboutsummaryrefslogtreecommitdiff
path: root/engines/cryo/eden.h
diff options
context:
space:
mode:
authorStrangerke2017-01-14 00:30:37 +0100
committerEugene Sandulenko2017-01-25 22:42:22 +0100
commit3ad086ed70bdf09a7421fb4627f0c9fa94529086 (patch)
tree35d0802b40fc06ac16a48eab1ca277faf8589d37 /engines/cryo/eden.h
parent86b482012b3a9a8ae06edab2c1272efb1ec45c7a (diff)
downloadscummvm-rg350-3ad086ed70bdf09a7421fb4627f0c9fa94529086.tar.gz
scummvm-rg350-3ad086ed70bdf09a7421fb4627f0c9fa94529086.tar.bz2
scummvm-rg350-3ad086ed70bdf09a7421fb4627f0c9fa94529086.zip
CRYO: Some renaming
Diffstat (limited to 'engines/cryo/eden.h')
-rw-r--r--engines/cryo/eden.h26
1 files changed, 13 insertions, 13 deletions
diff --git a/engines/cryo/eden.h b/engines/cryo/eden.h
index e805a378df..873fcd3111 100644
--- a/engines/cryo/eden.h
+++ b/engines/cryo/eden.h
@@ -126,10 +126,10 @@ private:
void glow(int16 index);
void readPalette(byte *ptr);
void spriteOnSubtitle(int16 index, int16 x, int16 y);
- void bars_out();
+ void hideBars();
void showBars();
- void sauvefondbouche();
- void restaurefondbouche();
+ void saveMouthBackground();
+ void restoreMouthBackground();
void drawBlackBars();
void drawTopScreen();
void displayValleyMap();
@@ -149,9 +149,9 @@ private:
void newCitadel(char area, int16 level, Room *room);
void evolveCitadel(int16 level);
void destroyCitadelRoom(int16 roomNum);
+ void narratorBuildCitadel();
+ void citadelFalls(char level);
void buildCitadel();
- void citatombe(char level);
- void constcita();
void moveDino(perso_t *perso);
void moveAllDino();
void newValley();
@@ -197,13 +197,13 @@ private:
void patchSentence();
void vavapers();
void citadelle();
- void choixzone();
+ void selectZone();
void showEvents1();
void showEvents();
void parle_mfin();
void parlemoi_normal();
void parle_moi();
- void init_perso_ptr(perso_t *perso);
+ void initCharacterPointers(perso_t *perso);
void perso1(perso_t *perso);
void perso_normal(perso_t *perso);
void handleCharacterDialog(int16 pers);
@@ -248,17 +248,17 @@ private:
void dialautooff();
void follow();
void dialonfollow();
- void abortdial();
- void narrateur();
- void vrf_phrases_file();
- byte *gettxtad(int16 id);
+ void abortDialogue();
+ void handleNarrator();
+ void checkPhraseFile();
+ byte *getPhrase(int16 id);
void actionGotoMap();
void record();
bool dial_scan(dial_t *dial);
bool dialoscansvmas(dial_t *dial);
bool dialo_even(perso_t *perso);
- void subjectStayHere();
- void mort(int16 vid);
+ void characterStayHere();
+ void endDeath(int16 vid);
void evenchrono();
void setChrono(int16 t);
void prechargephrases(int16 vid);