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

Code clean up. #1

Merged
merged 4 commits into from
May 17, 2016
Merged

Code clean up. #1

merged 4 commits into from
May 17, 2016

Conversation

nekonomicon
Copy link
Member

No description provided.

@@ -621,7 +621,7 @@ void HUD_InitClientWeapons( void )
// Pass through to engine
g_engfuncs.pfnPrecacheEvent = gEngfuncs.pfnPrecacheEvent;
g_engfuncs.pfnRandomFloat = gEngfuncs.pfnRandomFloat;
g_engfuncs.pfnRandomLong = RandomLong;
g_engfuncs.pfnRandomLong = gEngfuncs.pfnRandomLong;
Copy link
Member

Choose a reason for hiding this comment

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

There is a different funtion prototypes. Isn't it?

Copy link
Member Author

Choose a reason for hiding this comment

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

Nope. It seems Uncle Mike changed it.

@a1batross a1batross merged commit 0549ead into FWGS:master May 17, 2016
a1batross added a commit that referenced this pull request May 17, 2016
Myaats pushed a commit to switchports/hlsdk-xash3d that referenced this pull request Nov 20, 2018
nekonomicon added a commit that referenced this pull request Jun 22, 2019
Fix building (error: invalid conversion from ‘const char*’ to ‘char*’…
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.

None yet

2 participants