mirror of
https://github.com/alexbatalov/fallout2-ce.git
synced 2024-11-19 14:11:15 +00:00
Add target_init
This commit is contained in:
parent
8d2d5df65f
commit
8929941d13
@ -77,7 +77,8 @@ void target_make_path(char* path, int pid)
|
|||||||
// 0x49B424
|
// 0x49B424
|
||||||
int target_init()
|
int target_init()
|
||||||
{
|
{
|
||||||
// TODO: Incomplete.
|
target_remove_all();
|
||||||
|
target_header_load();
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user