mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-15 08:39:45 +00:00
Wrap up talk_taber2()
svn-id: r32385
This commit is contained in:
parent
9b7e8fb704
commit
0516f550c3
@ -1175,6 +1175,12 @@ bucless:
|
||||
updateScreen(0, 0, 0, 0, 320, 200, screenSurface);
|
||||
}
|
||||
|
||||
void DrasculaEngine::talk_taber2(int index) {
|
||||
char name[20];
|
||||
sprintf(name, "t%i.als", index);
|
||||
talk_taber2(_textt[_lang][index], name);
|
||||
}
|
||||
|
||||
void DrasculaEngine::talk_taber2(const char *said, const char *filename) {
|
||||
int x_talk[6] = {1, 23, 45, 67, 89, 111};
|
||||
int face;
|
||||
|
Loading…
x
Reference in New Issue
Block a user