mirror of
https://github.com/YGGverse/xash3d-fwgs.git
synced 2025-01-17 18:40:02 +00:00
platform: sdl: fix compiling
This commit is contained in:
parent
e9d988f5d6
commit
1b9bfd8906
@ -172,7 +172,8 @@ SDLash_InputEvent
|
||||
*/
|
||||
static void SDLash_InputEvent( SDL_TextInputEvent input )
|
||||
{
|
||||
for( char *text = input.text; *text; text++ )
|
||||
char *text;
|
||||
for( text = input.text; *text; text++ )
|
||||
{
|
||||
int ch;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user