| 121 | } |
| 122 | SVAR(conline,"n/a"); |
| 123 | void conoutf(const char *s, ...) |
| 124 | { |
| 125 | defvformatstring(sf, s, s); |
| 126 | clientlogf("%s", sf); |
| 127 | con.addline(sf); |
| 128 | delete[] conline; conline=newstring(sf); |
| 129 | } |
| 130 | |
| 131 | int rendercommand(int x, int y, int w) |
| 132 | { |
no test coverage detected