mirror of
https://github.com/openmoh/openmohaa.git
synced 2025-05-08 03:27:58 +03:00
Hard reset
This commit is contained in:
commit
09bed43f97
1594 changed files with 892326 additions and 0 deletions
10
code/qcommon/vm_none.c
Normal file
10
code/qcommon/vm_none.c
Normal file
|
@ -0,0 +1,10 @@
|
|||
#include "vm_local.h"
|
||||
|
||||
int VM_CallCompiled( vm_t *vm, int *args ) {
|
||||
exit(99);
|
||||
return 0;
|
||||
}
|
||||
|
||||
void VM_Compile( vm_t *vm, vmHeader_t *header ) {
|
||||
exit(99);
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue