(String[] args)
| 27 | |
| 28 | public class TestLoadMap { |
| 29 | public static void main(String[] args) { |
| 30 | Com.DPrintf("hello!\n"); |
| 31 | |
| 32 | FS.InitFilesystem(); |
| 33 | |
| 34 | new CM().CM_LoadMap("maps/base1.bsp", true, new int[]{0}); |
| 35 | } |
| 36 | } |
nothing calls this directly
no test coverage detected