(svn r16628) -Codechange: remove one gcc2 hack

This commit is contained in:
smatz
2009-06-22 23:15:27 +00:00
parent 368eb3d473
commit 721a0b0608
5 changed files with 16 additions and 17 deletions

View File

@@ -41,7 +41,7 @@ public:
*/
static inline uint32 LookupColourInPalette(uint index)
{
return _cur_palette[index];
return _cur_palette[index].data;
}
/**