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";
|
$OPT{"opt"} .= " -malign-loops=2 -malign-jumps=2 -malign-functions=2";
|
||||||
} else {
|
} else {
|
||||||
$OPT{"opt"} .= " -falign-loops=2 -falign-jumps=2 -falign-functions=2";
|
$OPT{"opt"} .= " -falign-loops=2 -falign-jumps=2 ";
|
||||||
}
|
}
|
||||||
|
|
||||||
if ($OPTIONS{"debug"})
|
if ($OPTIONS{"debug"})
|
||||||
|
|
|
@ -152,4 +152,5 @@ void UTIL_SetSize(edict_t *pev, const Vector &vecMin, const Vector &vecMax);
|
||||||
|
|
||||||
extern AMX_NATIVE_INFO ent_Natives[];
|
extern AMX_NATIVE_INFO ent_Natives[];
|
||||||
|
|
||||||
#endif //_INCLUDE_ENGINE_ENTSTUFF
|
#endif //_INCLUDE_ENGINE_ENTSTUFF
|
||||||
|
|
||||||
|
|
|
@ -50,4 +50,5 @@ enum globals {
|
||||||
|
|
||||||
extern AMX_NATIVE_INFO global_Natives[];
|
extern AMX_NATIVE_INFO global_Natives[];
|
||||||
|
|
||||||
#endif //_INCLUDE_ENGINE_GLOBAL
|
#endif //_INCLUDE_ENGINE_GLOBAL
|
||||||
|
|
||||||
|
|
|
@ -45,4 +45,5 @@ extern CVector<argMsg*> Msg;
|
||||||
extern int msgHooks[256];
|
extern int msgHooks[256];
|
||||||
extern int msgBlocks[256];
|
extern int msgBlocks[256];
|
||||||
|
|
||||||
#endif //_MSGS_INCLUDE_H
|
#endif //_MSGS_INCLUDE_H
|
||||||
|
|
||||||
|
|
|
@ -459,4 +459,5 @@
|
||||||
|
|
||||||
#endif // USE_METAMOD
|
#endif // USE_METAMOD
|
||||||
|
|
||||||
#endif // __MODULECONFIG_H__
|
#endif // __MODULECONFIG_H__
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user