From: James Turner Date: Sat, 16 Jan 2016 21:48:50 +0000 (-0600) Subject: New log class for TerraSync X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=e37e0d1bcf37d7c89bdf983083aedd7df7b3a951;p=flightgear.git New log class for TerraSync --- diff --git a/src/Main/fg_props.cxx b/src/Main/fg_props.cxx index 501a59592..43b3228cb 100644 --- a/src/Main/fg_props.cxx +++ b/src/Main/fg_props.cxx @@ -77,6 +77,7 @@ LogClassMapping log_class_mappings [] = { LogClassMapping(SG_SOUND, "sound"), LogClassMapping(SG_NAVAID, "navaid"), LogClassMapping(SG_GUI, "gui"), + LogClassMapping(SG_TERRASYNC, "terrasync"), LogClassMapping(SG_UNDEFD, "") };