Browse Source

changed default entity-name string

Darren Ranalli 22 years ago
parent
commit
5749e6dfef
1 changed files with 1 additions and 1 deletions
  1. 1 1
      direct/src/level/EntityTypes.py

+ 1 - 1
direct/src/level/EntityTypes.py

@@ -8,7 +8,7 @@ class Entity(EntityTypeDesc):
     type = 'entity'
     type = 'entity'
     attribs = (
     attribs = (
         ('type', None),
         ('type', None),
-        ('name', 'unnamed'),
+        ('name', '<unnamed>', 'string'),
         ('comment', '', 'string'),
         ('comment', '', 'string'),
         )
         )