mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-28 12:46:56 +00:00
Fix system hang under linux.
svn-id: r30813
This commit is contained in:
parent
edab25743e
commit
4be7dac9c3
@ -122,7 +122,10 @@ Zone::Zone() {
|
||||
|
||||
_label = 0;
|
||||
|
||||
memset(_name, 0, ZONENAME_LENGTH);
|
||||
// BRA specific
|
||||
_index = 0;
|
||||
_linkedName = 0;
|
||||
_linkedAnim = 0;
|
||||
}
|
||||
|
||||
Zone::~Zone() {
|
||||
|
Loading…
Reference in New Issue
Block a user