Match dNpcLib_lookat_c::action and daBaseNpc_lookat_c::calc (#2973)

* Match dNpcLib_lookat_c::action and daBaseNpc_lookat_c::calc

Co-authored-by: Cuyler36 <Cuyler36@users.noreply.github.com>

* Improve d_a_npc weak func order

---------

Co-authored-by: Cuyler36 <Cuyler36@users.noreply.github.com>
This commit is contained in:
LagoLunatic
2025-12-19 22:59:16 -08:00
committed by GitHub
co-authored by Cuyler36
parent ac9a361676
commit 0395053737
6 changed files with 10 additions and 21 deletions
-1
View File
@@ -165,7 +165,6 @@ public:
return ret;
}
virtual ~daBaseNpc_moveBgActor_c() {}
virtual int CreateHeap() { return 1; }
virtual int Create() { return 1; }
virtual int Execute(Mtx**) { return 1; }
-1
View File
@@ -409,7 +409,6 @@ public:
class daNpcF_MoveBgActor_c : public daNpcF_c {
private:
public:
~daNpcF_MoveBgActor_c() {}
virtual bool CreateHeap() { return true; }
virtual bool Create() { return true; }
virtual bool Execute(Mtx**) { return true; }