(svn r16628) -Codechange: remove one gcc2 hack
This commit is contained in:
@@ -41,7 +41,7 @@ public:
|
||||
*/
|
||||
static inline uint32 LookupColourInPalette(uint index)
|
||||
{
|
||||
return _cur_palette[index];
|
||||
return _cur_palette[index].data;
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user