From 0c42180571429f5a11ada59e3adc8fff5711c073 Mon Sep 17 00:00:00 2001 From: ultramage Date: Sun, 20 May 2007 20:40:34 +0000 Subject: - Fixed one missed malloc->aMallocA typo, causing memory deallocation problems - Some small trunk-stable formatting synchronization git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10595 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/script.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/map/script.c') diff --git a/src/map/script.c b/src/map/script.c index 7432cad79..2a4c4ccc5 100644 --- a/src/map/script.c +++ b/src/map/script.c @@ -2375,7 +2375,7 @@ int isstr(struct script_data *c) return 0; } -/// Triary operators +/// Ternary operators /// test ? if_true : if_false void op_3(struct script_state* st, int op) { @@ -3825,9 +3825,7 @@ BUILDIN_FUNC(sleep); BUILDIN_FUNC(sleep2); BUILDIN_FUNC(awake); BUILDIN_FUNC(getvariableofnpc); -// [blackhole89] --> BUILDIN_FUNC(warpportal); -// <-- [blackhole89] BUILDIN_FUNC(homunculus_evolution) ; //[orn] BUILDIN_FUNC(eaclass); BUILDIN_FUNC(roclass); -- cgit v1.2.3-60-g2f50