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

This commit is contained in:
Darren Ranalli 2003-10-22 21:00:56 +00:00
parent 77f9d721b5
commit cabad9e2f7

View File

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