took out this
This commit is contained in:
parent
d038e926fd
commit
c9b2f2f060
|
@ -179,7 +179,6 @@ int load_amxscript(AMX *amx, void **program, const char *filename, char error[64
|
||||||
|
|
||||||
if ( (err = amx_InitJIT(amx, rt, np)) == AMX_ERR_NONE )
|
if ( (err = amx_InitJIT(amx, rt, np)) == AMX_ERR_NONE )
|
||||||
{
|
{
|
||||||
void *blk;
|
|
||||||
//amx->base = (unsigned char FAR *)realloc( np, amx->code_size );
|
//amx->base = (unsigned char FAR *)realloc( np, amx->code_size );
|
||||||
#ifndef __linux__
|
#ifndef __linux__
|
||||||
amx->base = new unsigned char[ amx->code_size ];
|
amx->base = new unsigned char[ amx->code_size ];
|
||||||
|
|
Loading…
Reference in New Issue
Block a user