mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-14 05:38:56 +00:00
Added missing initialiser for current talking character
svn-id: r23782
This commit is contained in:
parent
f871f569e6
commit
a5c7282752
@ -315,6 +315,7 @@ void Resources::reloadData() {
|
|||||||
_talkSelection = 0;
|
_talkSelection = 0;
|
||||||
_talkStartEntry = 0;
|
_talkStartEntry = 0;
|
||||||
_talkDetails.active = false;
|
_talkDetails.active = false;
|
||||||
|
_talkingCharacter = 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
RoomExitJoinData *Resources::getExitJoin(uint16 hotspotId) {
|
RoomExitJoinData *Resources::getExitJoin(uint16 hotspotId) {
|
||||||
|
Loading…
Reference in New Issue
Block a user