Calling this function tells the engine that you want now to start
creating a new message and the previous message can be deleted.
The engine has an internal buffer that is used to store the message.
Calling STATE_multiplayer_message_create() simply reset this buffer.
Example:
STATE_multiplayer_message_create();
|