X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;ds=sidebyside;f=player_effects.h;h=c52361d45bcae8e7a1fc0fb32c2f602fb24f1b50;hb=refs%2Fheads%2Frigidbody;hp=ae0f95e0ef86dfc06102ee65e492a4af8c43c63c;hpb=71b7175073e0c764c3c5cb0c7ceee0f8cca09e58;p=carveJwlIkooP6JGAAIwe30JlM.git diff --git a/player_effects.h b/player_effects.h index ae0f95e..c52361d 100644 --- a/player_effects.h +++ b/player_effects.h @@ -20,7 +20,7 @@ static void effect_spark_apply( effect_spark *ef, v3f co, v3f v, f32 dt ); struct player_effects_data { effect_blink blink; - effect_spark spark; + effect_spark spark, sand; }; #endif /* PLAYER_EFFECTS */