prints a string onto the debug consle
| 412 | |
| 413 | // prints a string onto the debug consle |
| 414 | static void AddMessageToRollback(char *msg) { HUD_msg_list.add(msg); } |
| 415 | |
| 416 | // Adds a single line to the hud message list |
| 417 | // Returns true if message added, or false if message not (because the previous message was the same) |
no test coverage detected