From 36f9ffd5dc00d013a128a3c90d9867b81c53bb09 Mon Sep 17 00:00:00 2001 From: alganthe Date: Sun, 23 Aug 2015 23:17:42 +0200 Subject: [PATCH] overheating framework - update forgot a lil' bit, fixed --- documentation/framework/overheating-framework.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/framework/overheating-framework.md b/documentation/framework/overheating-framework.md index c5a6ad5385..3d466c9449 100644 --- a/documentation/framework/overheating-framework.md +++ b/documentation/framework/overheating-framework.md @@ -12,7 +12,7 @@ parent: wiki ```c++ class CfgWeapons { - class Rifle_Long_Base_F; + class Rifle_Long_Base_F; // base class for LMGs and MMGs class your_MMG: Rifle_Long_Base_F { // Dispersion, SlowdownFactor and JamChance arrays have 4 values for different temperatures, which are interpolated between.