Skip to content

Commit

Permalink
Missed reference in null client for CL_PacketEvent
Browse files Browse the repository at this point in the history
  • Loading branch information
ensiform committed Jun 20, 2024
1 parent 819a980 commit c11082b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion codemp/null/null_client.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ void Key_WriteBindings( fileHandle_t f ) {
void CL_Frame ( int msec ) {
}

void CL_PacketEvent( netadr_t from, msg_t *msg ) {
void CL_PacketEvent( const netadr_t *from, msg_t *msg ) {
}

void CL_CharEvent( int key ) {
Expand Down

0 comments on commit c11082b

Please sign in to comment.