summaryrefslogtreecommitdiff
path: root/src/d/actor/d_a_coming3.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/d/actor/d_a_coming3.cpp')
-rw-r--r--src/d/actor/d_a_coming3.cpp18
1 files changed, 9 insertions, 9 deletions
diff --git a/src/d/actor/d_a_coming3.cpp b/src/d/actor/d_a_coming3.cpp
index ba11de28..35d766a0 100644
--- a/src/d/actor/d_a_coming3.cpp
+++ b/src/d/actor/d_a_coming3.cpp
@@ -125,28 +125,28 @@ bool daComing3::Act_c::_draw() {
namespace daComing3 {
namespace {
/* 00001D14-00001D34 .text Mthd_Create__Q29daComing325@unnamed@d_a_coming3_cpp@FPv */
-cPhs_State Mthd_Create(void*) {
- /* Nonmatching */
+cPhs_State Mthd_Create(void* i_this) {
+ return ((daComing3::Act_c*)i_this)->_create();
}
/* 00001D34-00001D58 .text Mthd_Delete__Q29daComing325@unnamed@d_a_coming3_cpp@FPv */
-BOOL Mthd_Delete(void*) {
- /* Nonmatching */
+BOOL Mthd_Delete(void* i_this) {
+ return ((daComing3::Act_c*)i_this)->_delete();
}
/* 00001D58-00001D7C .text Mthd_Execute__Q29daComing325@unnamed@d_a_coming3_cpp@FPv */
-BOOL Mthd_Execute(void*) {
- /* Nonmatching */
+BOOL Mthd_Execute(void* i_this) {
+ return ((daComing3::Act_c*)i_this)->_execute();
}
/* 00001D7C-00001DA0 .text Mthd_Draw__Q29daComing325@unnamed@d_a_coming3_cpp@FPv */
-BOOL Mthd_Draw(void*) {
- /* Nonmatching */
+BOOL Mthd_Draw(void* i_this) {
+ return ((daComing3::Act_c*)i_this)->_draw();
}
/* 00001DA0-00001DA8 .text Mthd_IsDelete__Q29daComing325@unnamed@d_a_coming3_cpp@FPv */
BOOL Mthd_IsDelete(void*) {
- /* Nonmatching */
+ return TRUE;
}
static actor_method_class Mthd_Table = {