More talk related simplifications

svn-id: r32367
This commit is contained in:
Filippos Karapetis 2008-05-29 18:09:12 +00:00
parent 7ced1215d4
commit 8363f1294a
3 changed files with 40 additions and 33 deletions

View file

@ -355,6 +355,12 @@ bucless:
updateScreen(0, 0, 0, 0, 320, 200, dir_zona_pantalla);
}
void DrasculaEngine::talk_tabernero(int index) {
char name[20];
sprintf(name, "t%i.als", index);
talk_tabernero(_textt[_lang][index], name);
}
void DrasculaEngine::talk_tabernero(const char *said, const char *filename) {
int x_talk[9] = { 1, 23, 45, 67, 89, 111, 133, 155, 177 };
int cara;