Update define.h

Rename variable to “g_targetDepthSet”
This commit is contained in:
CB-XCVS 2023-06-11 13:47:11 -07:00 committed by GitHub
parent 0cad480ae6
commit 7a697184ff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,7 +10,7 @@ extern const char *WINDOW_TITLE;
extern unsigned char g_mousedown;
extern unsigned char g_mousemoved;
extern int g_rmDisabled;
extern int _DAT_00410054;
extern int g_targetDepthSet;
extern int g_targetWidth;
extern int g_targetHeight;
extern unsigned int g_targetDepth;