mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-12 08:20:33 +00:00
fixed CFileMgr somewhat; still issues when loading saves
This commit is contained in:
parent
9703ef9b59
commit
3472a614ae
7 changed files with 22 additions and 21 deletions
|
@ -72,8 +72,6 @@ extern void **rwengine;
|
|||
#define SCREEN_FROM_RIGHT(a) Float(SCREEN_WIDTH - SCREEN_STRETCH_X(a))
|
||||
#define SCREEN_FROM_BOTTOM(a) Float(SCREEN_HEIGHT - SCREEN_STRETCH_Y(a))
|
||||
|
||||
char *GetUserDirectory(void);
|
||||
|
||||
struct GlobalScene
|
||||
{
|
||||
RpWorld *world;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue