replaced 1 with SUCEEDED

This commit is contained in:
Cole Barker
2026-05-10 22:03:31 -04:00
parent ebfd1aaa0e
commit 65b4f57fae
+1 -1
View File
@@ -125,5 +125,5 @@ void dTgBeetle_c::updateBeetle(dAcBoomerang_c &boomerang) { // fn_302_620 update
}
int dTgBeetle_c::draw() {
return 1;
return SUCCEEDED;
}