Explorar el Código

Updated to reflect new holiday system

Mark Mine hace 22 años
padre
commit
22781d4918
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      direct/src/leveleditor/LevelEditor.py

+ 2 - 0
direct/src/leveleditor/LevelEditor.py

@@ -4021,6 +4021,8 @@ class LevelStyleManager:
             if ((dnaType == 'street') or (dnaType == 'prop') or
                 (dnaType == 'toon_landmark')):
                 dnaList = self.getCatalogCodes(dnaType)
+                if dnaType == 'prop':
+                    dnaList.append(self.getCatalogCodes('holiday_prop'))
             elif (dnaType == 'sign'):
                 dnaList = [''] + self.getCatalogCodes(dnaType)
             elif (dnaType == 'wall'):