Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add mod mem to ref gl #310

Draft
wants to merge 8 commits into
base: master
Choose a base branch
from
Draft

Conversation

pollend
Copy link
Collaborator

@pollend pollend commented Feb 26, 2024

add mod mem to to ref_gl module and fixed assertion for mem.c

@pollend pollend force-pushed the feature/add-mod-mem-to-refgl branch from c4d7588 to da794ec Compare February 26, 2024 15:52
Signed-off-by: Michael Pollind <[email protected]>
Signed-off-by: Michael Pollind <[email protected]>
@pollend pollend force-pushed the feature/add-mod-mem-to-refgl branch from da794ec to ef06cec Compare February 26, 2024 16:10
@pollend pollend force-pushed the feature/add-mod-mem-to-refgl branch from 20d3b42 to 144fbd4 Compare February 27, 2024 06:43
@@ -878,12 +889,14 @@ void Mod_Modellist_f( void )
*/
void R_InitModels( void )
{
mod_mempool = R_AllocPool( r_mempool, "Models" );
mod_mempool = Q_CreatePool(NULL, "Models");
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

for a module by default this will use the pool under cl_vid

@pollend pollend marked this pull request as draft February 29, 2024 01:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant