From 42ad9c437802116afaf121016a4f6a6aff47085e Mon Sep 17 00:00:00 2001 From: Barracuda6 <41495078+Barracuda6@users.noreply.github.com> Date: Sun, 8 Aug 2021 10:57:48 -0400 Subject: Comment out text following #endif --- src/vehicles/Train.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/vehicles') diff --git a/src/vehicles/Train.cpp b/src/vehicles/Train.cpp index 5f0cf36a..3a04b614 100644 --- a/src/vehicles/Train.cpp +++ b/src/vehicles/Train.cpp @@ -292,7 +292,7 @@ CTrain::ProcessControl(void) TrainHitStuff(s->m_lists[ENTITYLIST_PEDS_OVERLAP]); } } -#endif GTA_TRAIN +#endif // GTA_TRAIN } void -- cgit v1.2.3