============ idCompiler::JumpTo Creates a def for a relative jump from current code location ============ */
| 346 | ============ |
| 347 | */ |
| 348 | ID_INLINE idVarDef *idCompiler::JumpTo( int jumpto ) { |
| 349 | return JumpDef( gameLocal.program.NumStatements(), jumpto ); |
| 350 | } |
| 351 | |
| 352 | /* |
| 353 | ============ |
nothing calls this directly
no test coverage detected