mirror of
https://github.com/diamante0018/PP-GSC.git
synced 2025-04-19 20:12:54 +00:00
fix format
This commit is contained in:
parent
83e468f4be
commit
03a9e4a3ee
12
_utility.gsh
12
_utility.gsh
@ -57,15 +57,15 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef _UTILITY_DEBUG
|
#ifdef _UTILITY_DEBUG
|
||||||
#define _VERIFY(cond, msg) \
|
#define _VERIFY(cond, msg) \
|
||||||
assertEx( cond, msg )
|
assertEx( cond, msg )
|
||||||
|
|
||||||
#define DEBUG_PRINT(msg) \
|
#define DEBUG_PRINT(msg) \
|
||||||
PRINT_FUNC( msg )
|
PRINT_FUNC( msg )
|
||||||
#else
|
#else
|
||||||
/* The following are "empty" defines with gsc-tool */
|
/* The following are "empty" defines with gsc-tool */
|
||||||
#define _VERIFY(cond, msg)
|
#define _VERIFY(cond, msg)
|
||||||
#define DEBUG_PRINT(msg)
|
#define DEBUG_PRINT(msg)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* Use Cbuf. Should use the + to concatenate strings before using this */
|
/* Use Cbuf. Should use the + to concatenate strings before using this */
|
||||||
@ -115,7 +115,7 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if !defined(TOOL)
|
#if !defined(TOOL)
|
||||||
#define PLAYER_NOTIFY_CMD(ent, str, action) ent notifyOnPlayerCommand( str, action )
|
#define PLAYER_NOTIFY_CMD(ent, str, action) ent notifyOnPlayerCommand( str, action )
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* Tweak as necessary. Can be return, continue or break */
|
/* Tweak as necessary. Can be return, continue or break */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user