TRECISION: Remove the setRoom() wrapper
This commit is contained in:
parent
e1ad7c1318
commit
8931782996
6 changed files with 23 additions and 24 deletions
|
@ -45,10 +45,6 @@ char *TrecisionEngine::getNextSentence() {
|
|||
return _textPtr;
|
||||
}
|
||||
|
||||
void TrecisionEngine::setRoom(uint16 r, bool b) {
|
||||
_logicMgr->setupAltRoom(r, b);
|
||||
}
|
||||
|
||||
/*-------------------------------------------------
|
||||
* Compute string length from character begin to end
|
||||
*-------------------------------------------------*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue