Преглед изворни кода

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

Darren Ranalli пре 22 година
родитељ
комит
cabad9e2f7
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      direct/src/level/EntityTypes.py

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

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