From 461de17884c8d10cf06726dfab5e819906256be9 Mon Sep 17 00:00:00 2001 From: qndel Date: Thu, 1 Apr 2021 15:34:44 +0200 Subject: [PATCH] fix typo (#1316) --- Source/missiles.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/missiles.h b/Source/missiles.h index 48d2871ad..855a4f915 100644 --- a/Source/missiles.h +++ b/Source/missiles.h @@ -56,7 +56,7 @@ typedef struct MissileStruct { Sint32 _mityoff; // How far the missile has travelled in its lifespan along the Y-axis. mix/miy/mxoff/myoff get updated every game tick based on this Sint32 _mimfnum; // The direction of the missile (direction enum) Sint32 _mispllvl; - bool _miDelFlag; // Indicate weather the missile should be deleted + bool _miDelFlag; // Indicate whether the missile should be deleted Uint8 _miAnimType; Sint32 _miAnimFlags; Uint8 *_miAnimData;