2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-09 02:27:43 +00:00

CMapWorld stubs, and compile fixes

This commit is contained in:
2016-07-28 00:33:55 -07:00
parent f92efa1a02
commit 62ce5286fe
10 changed files with 109 additions and 12 deletions

View File

@@ -6,6 +6,8 @@
#include "AutoMapper/CMapWorldInfo.hpp"
#include "CStateManager.hpp"
#include "CWorld.hpp"
#include "Camera/CCameraManager.hpp"
#include "Camera/CBallCamera.hpp"
namespace urde
{
@@ -83,10 +85,9 @@ void CScriptDoor::ForceClosed(CStateManager & mgr)
x2a8_26_ = false;
x2a8_25_ = false;
/* TODO: Figure out what goes here this */
/*
* mgr->x870->x80_->sub_80083118(x8_uid)
* mgr->x870->x80_->sub_800830F4(x8_uid)
/* TODO: Figure out what goes here this
* mgr.GetCameraManager()->GetBallCamera()->sub_80083118(x8_uid);
* mgr.GetCameraManager()->GetBallCamera()->sub_800830F4(x8_uid);
*/
SetDoorAnimation(EDoorAnimType::Close);