mirror of
https://github.com/zeldaret/tww.git
synced 2026-07-11 14:38:38 -04:00
Fix wrong enum being used in a couple cc srcs
This commit is contained in:
@@ -124,7 +124,7 @@ static dCcD_SrcSph sph_src = {
|
||||
/* SrcGObjAt HitMark */ 0,
|
||||
/* SrcGObjAt Spl */ 0,
|
||||
/* SrcGObjAt Mtrl */ 0,
|
||||
/* SrcGObjAt SPrm */ dCcG_TgSPrm_NoConHit_e,
|
||||
/* SrcGObjAt SPrm */ dCcG_AtSPrm_NoHitMark_e,
|
||||
/* SrcGObjTg Se */ 0,
|
||||
/* SrcGObjTg HitMark */ 0,
|
||||
/* SrcGObjTg Spl */ 0,
|
||||
|
||||
@@ -17,9 +17,9 @@ static dCcD_SrcCyl l_cyl_src = {
|
||||
/* Flags */ 0,
|
||||
/* SrcObjAt Type */ AT_TYPE_FIRE,
|
||||
/* SrcObjAt Atp */ 1,
|
||||
/* SrcObjAt SPrm */ cCcD_CoSPrm_Set_e | cCcD_CoSPrm_IsPlayer_e,
|
||||
/* SrcObjAt SPrm */ cCcD_AtSPrm_Set_e | cCcD_AtSPrm_VsPlayer_e,
|
||||
/* SrcObjTg Type */ AT_TYPE_WATER | AT_TYPE_WIND,
|
||||
/* SrcObjTg SPrm */ cCcD_CoSPrm_Set_e | cCcD_CoSPrm_IsOther_e,
|
||||
/* SrcObjTg SPrm */ cCcD_TgSPrm_Set_e | cCcD_TgSPrm_IsOther_e,
|
||||
/* SrcObjCo SPrm */ 0,
|
||||
/* SrcGObjAt Se */ 0,
|
||||
/* SrcGObjAt HitMark */ 0,
|
||||
@@ -75,9 +75,9 @@ static dCcD_SrcCyl at_cyl_src = {
|
||||
/* Flags */ 0,
|
||||
/* SrcObjAt Type */ AT_TYPE_UNK20000,
|
||||
/* SrcObjAt Atp */ 0,
|
||||
/* SrcObjAt SPrm */ cCcD_CoSPrm_Set_e | cCcD_CoSPrm_IsOther_e,
|
||||
/* SrcObjAt SPrm */ cCcD_AtSPrm_Set_e | cCcD_AtSPrm_VsOther_e,
|
||||
/* SrcObjTg Type */ 0,
|
||||
/* SrcObjTg SPrm */ cCcD_CoSPrm_Set_e | cCcD_CoSPrm_IsOther_e,
|
||||
/* SrcObjTg SPrm */ cCcD_TgSPrm_Set_e | cCcD_TgSPrm_IsOther_e,
|
||||
/* SrcObjCo SPrm */ 0,
|
||||
/* SrcGObjAt Se */ 0,
|
||||
/* SrcGObjAt HitMark */ 0,
|
||||
|
||||
Reference in New Issue
Block a user