DREAMWEB: 'showseconduse' ported to C++

This commit is contained in:
Bertrand Augereau 2011-11-26 17:29:43 +01:00
parent 86c9fdae4b
commit aa20b8cf42
5 changed files with 14 additions and 15 deletions

View file

@ -185,5 +185,14 @@ void DreamGenContext::showfirstuse() {
hangonp(400);
}
void DreamGenContext::showseconduse() {
uint8 *obText = getobtextstartCPP();
findnextcolon(&obText);
findnextcolon(&obText);
findnextcolon(&obText);
usetext(obText);
hangonp(400);
}
} /*namespace dreamgen */