-
Notifications
You must be signed in to change notification settings - Fork 130
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
Android project #178
Android project #178
Conversation
cl_dll/cl_util.h
Outdated
@@ -108,7 +108,8 @@ inline int TextMessageDrawChar( int x, int y, int number, int r, int g, int b ) | |||
inline int DrawConsoleString( int x, int y, const char *string ) | |||
{ | |||
if( hud_textmode->value == 1 ) | |||
return gHUD.DrawHudString( x, y, 9999, (char*)string, 255 * g_hud_text_color[0], 255 * g_hud_text_color[1], 255 * g_hud_text_color[2] ); | |||
return gHUD.DrawHudString( x, y, 9999, (char*)string, (int)( (float)g_hud_text_color[0] * 255.0f ), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It would be more clean to send separate PR.
Sorry, but I'm against gradle here. Also, I'm not sure if it would be clean to have android project here. |
0b45d2e
to
caa1c53
Compare
@nekonomicon What about gradle? Well...
And I'm sorry too but Most of the third-party mod devs just took existing Android project and used that, like one from CS16Client or one of yours. Nobody worked with |
Probably requires more features, needs feedback.