register keyword removal
This commit is contained in:
parent
5206f22a9c
commit
3b699034f9
@ -165,7 +165,7 @@ void CColorConverter::convert8BitTo32Bit(const u8* in, u8* out, s32 width, s32 h
|
||||
out += lineWidth * height;
|
||||
|
||||
u32 x;
|
||||
register u32 c;
|
||||
u32 c;
|
||||
for (u32 y=0; y < (u32) height; ++y)
|
||||
{
|
||||
if (flip)
|
||||
|
Loading…
x
Reference in New Issue
Block a user