Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
robojumper committed Sep 20, 2024
1 parent a36854d commit 557750e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 2 additions & 2 deletions include/d/a/obj/d_a_obj_switch.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@
#include <m/m3d/m_mdl.h>
#include <s/s_State.hpp>
#include <s/s_StateMgr.hpp>
#include <toBeSorted/time_area_mgr.h>
#include <toBeSorted/actor_collision.h>
#include <toBeSorted/time_area_mgr.h>


// OBJ_VSD?
class dAcOScatterSand_tmp : public dAcObjBase_c {
Expand Down Expand Up @@ -64,7 +65,6 @@ class dAcOsw_c : public dAcObjBase_c {
static void interactCallback(void *unknown, dAcBase_c *actor, dAcObjBase_c *interactor);

private:

/* 0x330 */ m3d::mdl_c mModel;
/* 0x354 */ ActorCollision mCollision;
/* 0x564 */ STATE_MGR_DECLARE(dAcOsw_c);
Expand Down
4 changes: 0 additions & 4 deletions src/d/a/obj/d_a_obj_switch.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,6 @@ static bool isPushableBlock(dAcBase_c *actor) {
actor->profile_name == fProfile::OBJ_KIBAKO;
}

inline static bool someCondition(dAcPy_c *link) {
// return ;
}

void dAcOsw_c::interactCallback(void *unknown, dAcBase_c *actor, dAcObjBase_c *interactor) {
if (!isPushableBlock(interactor)) {
return;
Expand Down

0 comments on commit 557750e

Please sign in to comment.