From c03ce4b1c704ef638374f56bbb9692db0e4e354c Mon Sep 17 00:00:00 2001 From: smatz Date: Mon, 1 Jun 2009 11:49:46 +0000 Subject: (svn r16492) -Remove: support for gcc2. It hasn't been able to compile OTTD for months. All attempts to do another workaround failed. --- src/table/sprites.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/table') diff --git a/src/table/sprites.h b/src/table/sprites.h index c9ca6c98d..3f8e1f79b 100644 --- a/src/table/sprites.h +++ b/src/table/sprites.h @@ -1450,7 +1450,7 @@ enum SpriteMasks { assert_compile( (1 << TRANSPARENT_BIT & SPRITE_MASK) == 0 ); assert_compile( (1 << RECOLOUR_BIT & SPRITE_MASK) == 0 ); -assert_compile( !(TRANSPARENT_BIT == RECOLOUR_BIT) ); +assert_compile( TRANSPARENT_BIT != RECOLOUR_BIT ); assert_compile( (1 << TRANSPARENT_BIT & PALETTE_MASK) == 0); assert_compile( (1 << RECOLOUR_BIT & PALETTE_MASK) == 0 ); -- cgit v1.2.3-70-g09d2