Selected scenario vehicle nodes display car model

This commit is contained in:
dexyfex
2017-10-02 01:06:12 +11:00
Unverified
parent 81e24ef86f
commit eab1526df5
5 changed files with 74 additions and 27 deletions
+1 -1
View File
@@ -263,7 +263,7 @@ namespace CodeWalker.World
MapDataStoreNode dsn = new MapDataStoreNode(ymap);
if (dsn.Name != 0)
{
nodedict[dsn.Name] = dsn;
nodedict[dsn.Name] = dsn;//perhaps should add as entry.ShortNameHash?
}
else
{ }