mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-18 07:29:21 +00:00
fix the cleanup...
This commit is contained in:
parent
2a207af49a
commit
71ac32cbd7
2 changed files with 41 additions and 39 deletions
|
@ -78,6 +78,8 @@ extern void **rwengine;
|
|||
|
||||
#define HUD_STRETCH_X SCREEN_STRETCH_X_AR
|
||||
#define HUD_STRETCH_Y SCREEN_STRETCH_Y
|
||||
#define HUD_FROM_RIGHT(a) (SCREEN_WIDTH - HUD_STRETCH_X(a))
|
||||
#define HUD_FROM_BOTTOM(a) (SCREEN_HEIGHT - HUD_STRETCH_Y(a))
|
||||
|
||||
struct GlobalScene
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue