mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-08-22 06:13:45 -07:00
Fixed misaligned slash on gbi.h
This commit is contained in:
parent
c0c5021a5d
commit
c61186517a
1 changed files with 1 additions and 1 deletions
|
@ -2831,7 +2831,7 @@ _DW({ \
|
||||||
{ \
|
{ \
|
||||||
Gfx *_g = (Gfx *)(pkt); \
|
Gfx *_g = (Gfx *)(pkt); \
|
||||||
\
|
\
|
||||||
_g->words.w0 = _SHIFTL(G_SETGRAYSCALE, 24, 8); \
|
_g->words.w0 = _SHIFTL(G_SETGRAYSCALE, 24, 8); \
|
||||||
_g->words.w1 = state; \
|
_g->words.w1 = state; \
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue