Skip to content

Commit

Permalink
Fix linux compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
Kenzzer committed Jul 27, 2024
1 parent b02445b commit 9a4aa49
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions core/logic/smn_core.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1091,6 +1091,7 @@ static cell_t MemoryPointer_StoreMemoryPointer(IPluginContext *pContext, const c
}

ptr->StorePtr(store->Get(), params[3], params[4] != 0);
return 0;
}

static cell_t MemoryPointer_LoadMemoryPointer(IPluginContext *pContext, const cell_t *params)
Expand Down
2 changes: 1 addition & 1 deletion core/smn_entities.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ class EntitiesHelpers :
// This should never fail
handlesys->FindHandleType("MemoryPointer", &g_MemoryPtr);
}
} s_ConsoleHelpers;
} s_EntitiesHelpers;

enum PropType
{
Expand Down

0 comments on commit 9a4aa49

Please sign in to comment.