fix wrong return types caused by bad regex

This commit is contained in:
LagoLunatic
2023-11-26 14:37:07 -05:00
parent 5039fe661c
commit b9490ec082
15 changed files with 59 additions and 53 deletions
+1 -1
View File
@@ -217,7 +217,7 @@ void daObjTapestryPacket_c::setup_tevColReg(daObjTapestry_c*) {
}
/* 000044B8-000045C8 .text draw__21daObjTapestryPacket_cFv */
BOOL daObjTapestryPacket_c::draw() {
void daObjTapestryPacket_c::draw() {
/* Nonmatching */
}