mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-18 21:18:23 -04:00
Fix wrong enum being used in a couple cc srcs
This commit is contained in:
@@ -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