mirror of
https://github.com/halpz/re3.git
synced 2025-07-29 21:00:24 +00:00
Fixed typos and made all assert functions optional
This commit is contained in:
@ -71,7 +71,7 @@ struct sRadarTrace
|
||||
uint16 m_eBlipDisplay; // eBlipDisplay
|
||||
uint16 m_eRadarSprite; // eRadarSprite
|
||||
};
|
||||
static_assert(sizeof(sRadarTrace) == 0x30, "sRadarTrace: error");
|
||||
VALIDATE_SIZE(sRadarTrace, 0x30);
|
||||
|
||||
// Values for screen space
|
||||
#define RADAR_LEFT (40.0f)
|
||||
|
Reference in New Issue
Block a user