maint(iw5): more macros
This commit is contained in:
parent
b0cdd420b5
commit
e5134fd1b6
@ -4,7 +4,6 @@
|
|||||||
#define TOOL
|
#define TOOL
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define _UTILITY_DEBUG
|
|
||||||
#inline scripts\mp\_utility;
|
#inline scripts\mp\_utility;
|
||||||
|
|
||||||
GENERIC_INIT;
|
GENERIC_INIT;
|
||||||
@ -98,10 +97,7 @@ jumper()
|
|||||||
{
|
{
|
||||||
msg = self common_scripts\utility::waittill_any_return( "save_pos", "load_saved_pos" );
|
msg = self common_scripts\utility::waittill_any_return( "save_pos", "load_saved_pos" );
|
||||||
|
|
||||||
if ( !isDefined( msg ) )
|
DEFINE_CHK( msg );
|
||||||
{
|
|
||||||
continue;
|
|
||||||
}
|
|
||||||
|
|
||||||
if ( msg == "save_pos" && canInteract( self ) && canSave( self ) )
|
if ( msg == "save_pos" && canInteract( self ) && canSave( self ) )
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user