From 15f0178f5ef4f5b792ee07556384d0fcb8e417e5 Mon Sep 17 00:00:00 2001 From: Spencer Brown Date: Mon, 25 Nov 2024 17:51:53 +1000 Subject: [PATCH] Make this doc more clear --- fgd/point/func/func_instance.fgd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fgd/point/func/func_instance.fgd b/fgd/point/func/func_instance.fgd index bd777b26..d2b72209 100644 --- a/fgd/point/func/func_instance.fgd +++ b/fgd/point/func/func_instance.fgd @@ -10,7 +10,7 @@ [ targetname(target_source) : "Fix Up Name" : : "The name that all entities will be fixed up with based upon the fix up style." file(instance_file) : "VMF Filename" : : "This indicates a map file relative to the map's file name. " + - "This is also looked up relative to sdk_content/maps/, if one exists in the parent directories." + "This is also looked up relative to sdk_content/maps/, if the current map is located inside those." fixup_style[engine](integer) : "Entity Name Fix Up" : 0 fixup_style(choices) : "Entity Name Fix Up" : 0 : "Fixup style for instanced entity names. Uses the 'Fix Up Name' field." =