mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-23 08:24:16 +00:00
Clean up unused annotations to reduce errors (#1177)
Co-authored-by: jonschz <jonschz@users.noreply.github.com>
This commit is contained in:
@@ -873,8 +873,9 @@ int MxDirectDraw::FlipToGDISurface()
|
||||
// FUNCTION: LEGO1 0x1009e830
|
||||
void MxDirectDraw::Error(const char* p_message, int p_error)
|
||||
{
|
||||
// GLOBAL: LEGO1 0x10100c70
|
||||
// at LEGO1 0x10100c70, needs no annotation
|
||||
static BOOL g_isInsideError = FALSE;
|
||||
|
||||
if (!g_isInsideError) {
|
||||
g_isInsideError = TRUE;
|
||||
Destroy();
|
||||
|
Reference in New Issue
Block a user