mirror of
https://github.com/yquake2/yquake2remaster.git
synced 2024-11-23 04:52:07 +00:00
Do not turn stack address into a global variable
This commit is contained in:
parent
4ece3714aa
commit
ef3c9bf620
1 changed files with 2 additions and 2 deletions
|
@ -1208,10 +1208,10 @@ R_DrawWorld ( void )
|
|||
|
||||
R_DrawTextureChains();
|
||||
R_BlendLightmaps();
|
||||
|
||||
R_DrawSkyBox();
|
||||
|
||||
R_DrawTriangleOutlines();
|
||||
|
||||
currententity = NULL;
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
Loading…
Reference in a new issue