Browse Source

zone description is a string (should eventually be reference to Localizer)

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

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

@@ -57,7 +57,7 @@ class Zone(Nodepath):
         'hpr',
         'hpr',
         )
         )
     attribs = (
     attribs = (
-        ('description', ''),
+        ('description', '', 'string'),
         ('modelZoneNum', None, 'int'),
         ('modelZoneNum', None, 'int'),
         ('visibility', [], 'visZoneList'),
         ('visibility', [], 'visZoneList'),
         )
         )