| 47 | } |
| 48 | |
| 49 | static cell_t sm_SetNextMap(IPluginContext *pCtx, const cell_t *params) |
| 50 | { |
| 51 | char *map; |
| 52 | pCtx->LocalToString(params[1], &map); |
| 53 | |
| 54 | return g_NextMap.SetNextMap(map); |
| 55 | } |
| 56 | |
| 57 | static cell_t sm_ForceChangeLevel(IPluginContext *pCtx, const cell_t *params) |
| 58 | { |
nothing calls this directly
no test coverage detected