Actor cleanup (#32)

* Actor cleanup

---------

Co-authored-by: elijah-thomas774 <elijahthomas774@gmail.com>
This commit is contained in:
robojumper
2024-09-15 21:40:03 +02:00
committed by GitHub
parent 732a119127
commit 508d5b9e72
26 changed files with 80 additions and 93 deletions
+3 -3
View File
@@ -8,13 +8,13 @@ int dTgMapInst_c::create() {
}
int dTgMapInst_c::doDelete() {
return 1;
return SUCCEEDED;
}
int dTgMapInst_c::actorExecute() {
return 1;
return SUCCEEDED;
}
int dTgMapInst_c::draw() {
return 1;
return SUCCEEDED;
}