mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-03 15:41:41 +00:00
NUVIE: Fix character name in portrait display
This commit is contained in:
parent
da60c10515
commit
a955bb14b7
@ -121,8 +121,10 @@ Converse::~Converse() {
|
||||
void Converse::reset() {
|
||||
delete conv_i;
|
||||
conv_i = NULL;
|
||||
set_input(""); // delete
|
||||
set_output(""); // clear output
|
||||
set_input(""); // delete
|
||||
set_output(""); // clear output
|
||||
_name = ""; // clear name
|
||||
|
||||
if (script) {
|
||||
delete script;
|
||||
script = NULL;
|
||||
|
Loading…
Reference in New Issue
Block a user