From 3ce1a5672ed004b2d9c96887bcb9011c396debaa Mon Sep 17 00:00:00 2001 From: frosch Date: Tue, 2 Sep 2008 20:01:18 +0000 Subject: (svn r14230) -Codechange: Simplify MapDOSColour() using the new stuff. --- src/table/palette_convert.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/table/palette_convert.h') diff --git a/src/table/palette_convert.h b/src/table/palette_convert.h index 33864f82c..ca43c6893 100644 --- a/src/table/palette_convert.h +++ b/src/table/palette_convert.h @@ -39,7 +39,7 @@ static const byte _palmap_w2d[] = { }; /** Converting from the DOS palette to the Windows palette */ -static const byte _palmap_d2w[] = { +extern const byte _palmap_d2w[] = { 0, 215, 216, 136, 88, 106, 32, 33, // 0..7 40, 245, 10, 11, 12, 13, 14, 15, // 8..15 16, 17, 18, 19, 20, 21, 22, 23, // 16..23 -- cgit v1.2.3-54-g00ecf