mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-28 10:41:15 +00:00
act3actor.h was not including mxcore.h, and using incorrect override
This commit is contained in:
parent
c923893c61
commit
6b10dd844f
@ -1,12 +1,14 @@
|
|||||||
#ifndef ACT3ACTOR_H
|
#ifndef ACT3ACTOR_H
|
||||||
#define ACT3ACTOR_H
|
#define ACT3ACTOR_H
|
||||||
|
|
||||||
|
#include "mxcore.h"
|
||||||
|
|
||||||
// FIXME: Uncertain location. There are three vtables which eventually call this
|
// FIXME: Uncertain location. There are three vtables which eventually call this
|
||||||
// class' ClassName() function, but none of them call it directly.
|
// class' ClassName() function, but none of them call it directly.
|
||||||
class Act3Actor : public MxCore {
|
class Act3Actor : public MxCore {
|
||||||
public:
|
public:
|
||||||
// FUNCTION: LEGO1 0x100431b0
|
// FUNCTION: LEGO1 0x100431b0
|
||||||
inline virtual const char* ClassName() override
|
inline virtual const char* ClassName() const override
|
||||||
{
|
{
|
||||||
// STRING: LEGO1 0x100f03ac
|
// STRING: LEGO1 0x100f03ac
|
||||||
return "Act3Actor";
|
return "Act3Actor";
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user