*** empty log message ***

This commit is contained in:
Mark Mine 2001-02-08 19:20:11 +00:00
parent 3c77f79fb3
commit 1ce6d47ae7

View File

@ -989,7 +989,11 @@ class ParticlePanel(AppShell):
def saveParticleEffectToFile(self):
# Find path to particle directory
path = getParticlePath().getDirectory(0).toOsSpecific()
pPath = getParticlePath()
if pPath.getNumDirectories() > 0:
path = pPath.getDirectory(0).toOsSpecific()
else:
path = ''
if not os.path.isdir(path):
print 'LevelEditor Warning: Invalid default DNA directory!'
print 'Using: C:\\'