| 1449 | COMMAND(transformclipentities, ""); |
| 1450 | |
| 1451 | void reseteditor() // reset only stuff that would cause trouble editing the next map (don't reset selections, for example) |
| 1452 | { |
| 1453 | loopk(3) curedittex[k] = -1; |
| 1454 | pruneundos(0); |
| 1455 | undolevel = 0; |
| 1456 | pinnedclosestent = false; |
| 1457 | } |
no test coverage detected