Function clear_topic_changes

Source
pub fn clear_topic_changes(pid: u16)
Expand description

Clear the last recorded topic changes for a player.

This is used to initialize the sending of new PlayerTopic packets.

pid The player ID whose topic changes should be used.

Returns void