mirror of
https://github.com/encounter/tp.git
synced 2026-07-11 06:18:46 -07:00
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:
@@ -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; }
|
||||
|
||||
@@ -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; }
|
||||
|
||||
Reference in New Issue
Block a user