mirror of
https://github.com/alliedmodders/amxmodx.git
synced 2025-01-23 12:18:03 +03:00
newlines fixed
This commit is contained in:
parent
d5cb120ab4
commit
f5fc9d026f
@ -50,7 +50,7 @@ if ($gcc =~ /2\.9/)
|
||||
{
|
||||
$OPT{"opt"} .= " -malign-loops=2 -malign-jumps=2 -malign-functions=2";
|
||||
} else {
|
||||
$OPT{"opt"} .= " -falign-loops=2 -falign-jumps=2 -falign-functions=2";
|
||||
$OPT{"opt"} .= " -falign-loops=2 -falign-jumps=2 ";
|
||||
}
|
||||
|
||||
if ($OPTIONS{"debug"})
|
||||
|
@ -153,3 +153,4 @@ void UTIL_SetSize(edict_t *pev, const Vector &vecMin, const Vector &vecMax);
|
||||
extern AMX_NATIVE_INFO ent_Natives[];
|
||||
|
||||
#endif //_INCLUDE_ENGINE_ENTSTUFF
|
||||
|
||||
|
@ -51,3 +51,4 @@ enum globals {
|
||||
extern AMX_NATIVE_INFO global_Natives[];
|
||||
|
||||
#endif //_INCLUDE_ENGINE_GLOBAL
|
||||
|
||||
|
@ -46,3 +46,4 @@ extern int msgHooks[256];
|
||||
extern int msgBlocks[256];
|
||||
|
||||
#endif //_MSGS_INCLUDE_H
|
||||
|
||||
|
@ -460,3 +460,4 @@
|
||||
#endif // USE_METAMOD
|
||||
|
||||
#endif // __MODULECONFIG_H__
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user