summaryrefslogtreecommitdiff
path: root/src/d/actor/d_a_npc_bj1.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/d/actor/d_a_npc_bj1.cpp')
-rw-r--r--src/d/actor/d_a_npc_bj1.cpp24
1 files changed, 12 insertions, 12 deletions
diff --git a/src/d/actor/d_a_npc_bj1.cpp b/src/d/actor/d_a_npc_bj1.cpp
index 04774e17..f04144a6 100644
--- a/src/d/actor/d_a_npc_bj1.cpp
+++ b/src/d/actor/d_a_npc_bj1.cpp
@@ -558,17 +558,17 @@ void daNpc_Bj1_c::shadowDraw() {
}
/* 00005AC4-00005E38 .text _draw__11daNpc_Bj1_cFv */
-bool daNpc_Bj1_c::_draw() {
+BOOL daNpc_Bj1_c::_draw() {
/* Nonmatching */
}
/* 00005E38-00006128 .text _execute__11daNpc_Bj1_cFv */
-bool daNpc_Bj1_c::_execute() {
+BOOL daNpc_Bj1_c::_execute() {
/* Nonmatching */
}
/* 00006128-000061A4 .text _delete__11daNpc_Bj1_cFv */
-bool daNpc_Bj1_c::_delete() {
+BOOL daNpc_Bj1_c::_delete() {
/* Nonmatching */
}
@@ -603,28 +603,28 @@ void daNpc_Bj1_c::CreateHeap() {
}
/* 00007114-00007134 .text daNpc_Bj1_Create__FP10fopAc_ac_c */
-static cPhs_State daNpc_Bj1_Create(fopAc_ac_c*) {
- /* Nonmatching */
+static cPhs_State daNpc_Bj1_Create(fopAc_ac_c* i_this) {
+ return ((daNpc_Bj1_c*)i_this)->_create();
}
/* 00007134-00007154 .text daNpc_Bj1_Delete__FP11daNpc_Bj1_c */
-static BOOL daNpc_Bj1_Delete(daNpc_Bj1_c*) {
- /* Nonmatching */
+static BOOL daNpc_Bj1_Delete(daNpc_Bj1_c* i_this) {
+ return ((daNpc_Bj1_c*)i_this)->_delete();
}
/* 00007154-00007174 .text daNpc_Bj1_Execute__FP11daNpc_Bj1_c */
-static BOOL daNpc_Bj1_Execute(daNpc_Bj1_c*) {
- /* Nonmatching */
+static BOOL daNpc_Bj1_Execute(daNpc_Bj1_c* i_this) {
+ return ((daNpc_Bj1_c*)i_this)->_execute();
}
/* 00007174-00007194 .text daNpc_Bj1_Draw__FP11daNpc_Bj1_c */
-static BOOL daNpc_Bj1_Draw(daNpc_Bj1_c*) {
- /* Nonmatching */
+static BOOL daNpc_Bj1_Draw(daNpc_Bj1_c* i_this) {
+ return ((daNpc_Bj1_c*)i_this)->_draw();
}
/* 00007194-0000719C .text daNpc_Bj1_IsDelete__FP11daNpc_Bj1_c */
static BOOL daNpc_Bj1_IsDelete(daNpc_Bj1_c*) {
- /* Nonmatching */
+ return TRUE;
}
static actor_method_class l_daNpc_Bj1_Method = {