mirror of
https://github.com/YGGverse/hlsdk-portable.git
synced 2025-03-13 05:51:19 +00:00
Fix HUD color in Half-Life.
This commit is contained in:
parent
9760dd2845
commit
c1d56892e0
@ -22,7 +22,7 @@
|
||||
#pragma once
|
||||
#ifndef HUD_H
|
||||
#define HUD_H
|
||||
#define RGB_YELLOWISH 0x00FFFA00 //255,160,0
|
||||
#define RGB_YELLOWISH 0x00FFA000 //255,160,0
|
||||
#ifdef MOBILE_HACKS
|
||||
#define RGB_BLUISH 0x005F5FFF //95,95,255
|
||||
#define RGB_WHITISH 0x00FFFFFF //255,255,255
|
||||
|
Loading…
x
Reference in New Issue
Block a user