GRIM: Allow SayLine messages of zero length. Fixes #199
This commit is contained in:
parent
27ec9c2920
commit
5ea33b4f7f
2 changed files with 29 additions and 28 deletions
|
@ -498,9 +498,8 @@ void L1_SayLine() {
|
|||
}
|
||||
paramObj = lua_getparam(paramId++);
|
||||
}
|
||||
if (!msg.empty()) {
|
||||
actor->sayLine(msg.c_str(), msgId, background); //background, vol, pan, x, y
|
||||
}
|
||||
|
||||
actor->sayLine(msg.c_str(), msgId, background); //background, vol, pan, x, y
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue