mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-05-03 07:22:10 +00:00
Define TRANSPARENTPIXEL as 255 in asm files
This commit is contained in:
parent
1ed5407821
commit
5409367a5f
2 changed files with 2 additions and 2 deletions
|
|
@ -17,7 +17,7 @@
|
||||||
[BITS 32]
|
[BITS 32]
|
||||||
|
|
||||||
%define FRACBITS 16
|
%define FRACBITS 16
|
||||||
%define TRANSPARENTPIXEL 247
|
%define TRANSPARENTPIXEL 255
|
||||||
|
|
||||||
%ifdef LINUX
|
%ifdef LINUX
|
||||||
%macro cextern 1
|
%macro cextern 1
|
||||||
|
|
|
||||||
|
|
@ -18,7 +18,7 @@
|
||||||
[BITS 32]
|
[BITS 32]
|
||||||
|
|
||||||
%define FRACBITS 16
|
%define FRACBITS 16
|
||||||
%define TRANSPARENTPIXEL 247
|
%define TRANSPARENTPIXEL 255
|
||||||
|
|
||||||
%ifdef LINUX
|
%ifdef LINUX
|
||||||
%macro cextern 1
|
%macro cextern 1
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue