mirror of
https://gitlab.com/shinovon/re3-symbian.git
synced 2026-05-22 17:47:20 +03:00
Bring more changes from DC port
This commit is contained in:
parent
f6a5685de8
commit
7dae1b0268
10 changed files with 401 additions and 119 deletions
5
vendor/librw/src/hanim.cpp
vendored
5
vendor/librw/src/hanim.cpp
vendored
|
|
@ -134,7 +134,10 @@ HAnimHierarchy::getIndex(Frame *f)
|
|||
HAnimHierarchy*
|
||||
HAnimHierarchy::get(Frame *f)
|
||||
{
|
||||
return HAnimData::get(f)->hierarchy;
|
||||
if (f)
|
||||
return HAnimData::get(f)->hierarchy;
|
||||
else
|
||||
return nil;
|
||||
}
|
||||
|
||||
HAnimHierarchy*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue