1
0
Fork 0

New log class for TerraSync

This commit is contained in:
James Turner 2016-01-16 15:48:50 -06:00
parent 95b932e9b3
commit e37e0d1bcf

View file

@ -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, "")
};