LAB: Fix switching between texts in monitor
This commit is contained in:
parent
1eed77c376
commit
15bbcff786
2 changed files with 8 additions and 7 deletions
|
@ -461,7 +461,7 @@ private:
|
|||
/**
|
||||
* Processes user input.
|
||||
*/
|
||||
void processMonitor(const char *ntext, TextFont *monitorFont, bool isInteractive, Common::Rect textRect);
|
||||
void processMonitor(const Common::String &ntext, TextFont *monitorFont, bool isInteractive, Common::Rect textRect);
|
||||
|
||||
/**
|
||||
* Figures out what a room's coordinates should be.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue