summaryrefslogtreecommitdiff
path: root/src/code/z_eff_shield_particle.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/code/z_eff_shield_particle.c')
-rw-r--r--src/code/z_eff_shield_particle.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/code/z_eff_shield_particle.c b/src/code/z_eff_shield_particle.c
index 64e55c0c7..46a6fa84d 100644
--- a/src/code/z_eff_shield_particle.c
+++ b/src/code/z_eff_shield_particle.c
@@ -5,7 +5,7 @@
#include "vt.h"
#include "assets/code/eff_shield_particle/eff_shield_particle.c"
-#include "objects/gameplay_keep/gameplay_keep.h"
+#include "assets/objects/gameplay_keep/gameplay_keep.h"
void EffectShieldParticle_Init(void* thisx, void* initParamsx) {
EffectShieldParticle* this = (EffectShieldParticle*)thisx;