Fixed style writing bug

This commit is contained in:
Mark Mine 2002-09-17 01:15:07 +00:00
parent 4691bc39ac
commit 083ae49ef0
1 changed files with 1 additions and 1 deletions

View File

@ -4441,7 +4441,7 @@ class DNAWallStyle:
file.write('window_count: %s\n' % self['window_count'])
if self['window_awning_texture']:
writeAttributes(file, 'window_awning')
if self['door_single_texture']:
if self['door_texture']:
writeAttributes(file, 'door')
if self['door_awning_texture']:
writeAttributes(file, 'door_awning')