| 408 | } |
| 409 | |
| 410 | static void sub_43918F(const char* string) |
| 411 | { |
| 412 | // Identical to processChatMessage |
| 413 | GameCommands::setErrorTitle(StringIds::empty); |
| 414 | |
| 415 | for (int i = 0; i < 32; i++) |
| 416 | { |
| 417 | GameCommands::do_71(i, &string[i * 16]); |
| 418 | } |
| 419 | } |
| 420 | |
| 421 | static void sub_4391CC(int16_t itemIndex) |
| 422 | { |
no test coverage detected