From 475bc65eba3bd587b34d59e6e981c8336b17ae78 Mon Sep 17 00:00:00 2001 From: MajorCooke Date: Fri, 20 Feb 2015 08:35:42 -0600 Subject: [PATCH] - Better safe than sorry, even if it apparently had no effect. --- src/g_shared/a_sharedglobal.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/g_shared/a_sharedglobal.h b/src/g_shared/a_sharedglobal.h index 9a6f3925d..3ae80040e 100644 --- a/src/g_shared/a_sharedglobal.h +++ b/src/g_shared/a_sharedglobal.h @@ -161,7 +161,7 @@ public: int m_Flags; int m_IntensityX, m_IntensityY, m_IntensityZ; - static int StaticGetQuakeIntensities(AActor *viewer, quakeInfo &a); + static int StaticGetQuakeIntensities(AActor *viewer, quakeInfo &qprop); private: DEarthquake ();