Clean up unused annotations to reduce errors (#1177)

Co-authored-by: jonschz <jonschz@users.noreply.github.com>
This commit is contained in:
jonschz
2024-11-29 22:31:37 +01:00
committed by GitHub
parent c9a2a7203b
commit 362551e279
6 changed files with 9 additions and 11 deletions

View File

@@ -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();