| 229 | VARP(autoscreenshot, 0, 0, 1); |
| 230 | |
| 231 | void stopdemo() |
| 232 | { |
| 233 | if(watchingdemo) enddemoplayback(); |
| 234 | else conoutf("not playing a demo"); |
| 235 | } |
| 236 | COMMAND(stopdemo, ""); |
| 237 | |
| 238 | // macros for playerinfo() & teaminfo(). Use this to replace pstats_xxx ? |
nothing calls this directly
no test coverage detected