mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-11 07:12:02 +00:00
- Better safe than sorry, even if it apparently had no effect.
This commit is contained in:
parent
49d9482363
commit
475bc65eba
1 changed files with 1 additions and 1 deletions
|
@ -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 ();
|
||||
|
|
Loading…
Reference in a new issue