industry_cmd.c
changeset 497 4d1c889526ee
parent 473 77f0ef57e7cf
child 507 04b5403aaf6b
--- a/industry_cmd.c	Tue Nov 23 20:54:51 2004 +0000
+++ b/industry_cmd.c	Tue Nov 23 22:36:11 2004 +0000
@@ -307,7 +307,7 @@
 		if (image&0x8000 && (image & 0xFFFF0000) == 0)
 			image |= ormod;
 
-		if (!(_display_opt & DO_TRANS_BUILDINGS))
+		if (_display_opt & DO_TRANS_BUILDINGS)
 			image = (image & 0x3FFF) | 0x3224000;
 
 		AddSortableSpriteToDraw(image,
@@ -318,7 +318,7 @@
 			dits->dz,
 			z);
 
-		if (!(_display_opt & DO_TRANS_BUILDINGS))
+		if (_display_opt & DO_TRANS_BUILDINGS)
 			return;
 	}