FinishCinematic Called when either the cinematic completes, or it is aborted
()
| 1477 | * Called when either the cinematic completes, or it is aborted |
| 1478 | */ |
| 1479 | static void nextServerCommand() { |
| 1480 | // tell the server to advance to the next map / cinematic |
| 1481 | cls.netchan.reliablePending.add(new StringCmdMessage(StringCmdMessage.NEXT_SERVER + " " + ClientGlobals.cl.servercount + '\n')); |
| 1482 | } |
| 1483 | |
| 1484 | // ========================================================================== |
| 1485 |
no test coverage detected