DREAMWEB: 'showfirstuse' ported to C++

This commit is contained in:
Bertrand Augereau 2011-11-26 17:19:33 +01:00
parent ce47764145
commit 86c9fdae4b
5 changed files with 12 additions and 13 deletions

View file

@ -177,5 +177,13 @@ void DreamGenContext::usetext(const uint8 *string) {
worktoscreenm();
}
void DreamGenContext::showfirstuse() {
uint8 *obText = getobtextstartCPP();
findnextcolon(&obText);
findnextcolon(&obText);
usetext(obText);
hangonp(400);
}
} /*namespace dreamgen */