diff --git a/src/g_shared/a_quake.cpp b/src/g_shared/a_quake.cpp index 874ecbb513..044d516435 100644 --- a/src/g_shared/a_quake.cpp +++ b/src/g_shared/a_quake.cpp @@ -158,7 +158,7 @@ int DEarthquake::StaticGetQuakeIntensities(AActor *victim, return 0; } - x = y = z = relx = rely = 0; + x = y = z = relx = rely = relz = 0; TThinkerIterator iterator(STAT_EARTHQUAKE); DEarthquake *quake;