Long messages in Eco Quest 1 are now shown correctly
svn-id: r40127
This commit is contained in:
parent
8baccf8d64
commit
beee12a520
1 changed files with 1 additions and 1 deletions
|
@ -797,7 +797,7 @@ reg_t kGetMessage(EngineState *s, int funct_nr, int argc, reg_t *argv) {
|
|||
|
||||
if (state.loadRes(module) && state.getSpecific(&tuple)) {
|
||||
if (buffer)
|
||||
state.getText(buffer, 100);
|
||||
state.getText(buffer, 255);
|
||||
|
||||
return make_reg(0, *buffer);
|
||||
} else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue