DREAMWEB: 'showseconduse' ported to C++
This commit is contained in:
parent
86c9fdae4b
commit
aa20b8cf42
5 changed files with 14 additions and 15 deletions
|
@ -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 */
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue