Show internal name instead of crashing when buildable actor has no tooltip

But throw a lint error instead.
This commit is contained in:
reaperrr
2016-10-23 14:56:24 +02:00
parent 4f1e7435c2
commit 00c0161513
3 changed files with 41 additions and 4 deletions

View File

@@ -176,6 +176,7 @@
<Compile Include="Lint\CheckActorReferences.cs" />
<Compile Include="Lint\CheckSyncAnnotations.cs" />
<Compile Include="Lint\CheckTraitPrerequisites.cs" />
<Compile Include="Lint\CheckTooltips.cs" />
<Compile Include="Lint\CheckDeathTypes.cs" />
<Compile Include="Lint\CheckRangeLimit.cs" />
<Compile Include="Lint\CheckVoiceReferences.cs" />