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
@@ -27,7 +27,7 @@ void daSail_packet_c::setNrmVtx(cXyz*, int, int) {
}
/* 00000870-000010D8 .text draw__15daSail_packet_cFv */
BOOL daSail_packet_c::draw() {
void daSail_packet_c::draw() {
/* Nonmatching */
}