LAB: Fix switching between texts in monitor

This commit is contained in:
Willem Jan Palenstijn 2016-01-05 23:00:06 +01:00
parent 1eed77c376
commit 15bbcff786
2 changed files with 8 additions and 7 deletions

View file

@ -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.