mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-19 05:22:39 -04:00
fix wrong return types caused by bad regex
This commit is contained in:
@@ -127,7 +127,7 @@ static u8 l_matDL[] __attribute__((aligned(32))) = {
|
||||
};
|
||||
|
||||
/* 800F104C-800F12C8 .text draw__16daHookshot_shapeFv */
|
||||
BOOL daHookshot_shape::draw() {
|
||||
void daHookshot_shape::draw() {
|
||||
daHookshot_c* hookshot = reinterpret_cast<daHookshot_c*>(mpUserData);
|
||||
int chain_count = hookshot->getChainCnt();
|
||||
if (chain_count < 1) {
|
||||
|
||||
Reference in New Issue
Block a user