Skip to content

Commit

Permalink
Fix HUD_ChatInputPosition qualifier (#323)
Browse files Browse the repository at this point in the history
  • Loading branch information
FreeSlave authored Aug 30, 2022
1 parent 939237d commit 99dc2c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cl_dll/vgui_SpectatorPanel.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Sets the location of the input for chat text
==========================
*/

void DLLEXPORT HUD_ChatInputPosition( int *x, int *y )
extern "C" void DLLEXPORT HUD_ChatInputPosition( int *x, int *y )
{
// RecClChatInputPosition( x, y );

Expand Down

0 comments on commit 99dc2c5

Please sign in to comment.