Skip to content

Commit

Permalink
Rename NET_Event::export -> NET_Event::Export (export is a reserved k…
Browse files Browse the repository at this point in the history
…eyword).
  • Loading branch information
nitrocaster committed Nov 8, 2015
1 parent 32a0bba commit de23f87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/xrGame/NET_Queue.h
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ class NET_Event
P.r (&*data.begin(),size);
}
}
void export (NET_Packet& P)
void Export (NET_Packet& P)

This comment has been minimized.

Copy link
@Kaffeine

Kaffeine Nov 9, 2015

Member

The method is not used? Seems like we can drop it.

{
u16 ID = M_EVENT;
P.w_begin (ID );
Expand Down

1 comment on commit de23f87

@nitrocaster
Copy link
Member

Choose a reason for hiding this comment

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

@Kaffeine You're right - it's not used, but for the present I'd keep it.

Please sign in to comment.