mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-27 18:21:15 +00:00
Fix type
This commit is contained in:
parent
eda6668e1c
commit
d495448715
@ -203,7 +203,7 @@ void LegoHideAnimPresenter::FUN_1006e470(
|
|||||||
|
|
||||||
p_data->SetUnknown0x22(animStruct.m_index);
|
p_data->SetUnknown0x22(animStruct.m_index);
|
||||||
|
|
||||||
char* name = new LegoChar[strlen(p_name) + 1];
|
char* name = new char[strlen(p_name) + 1];
|
||||||
strcpy(name, p_name);
|
strcpy(name, p_name);
|
||||||
|
|
||||||
p_map[name] = animStruct;
|
p_map[name] = animStruct;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user