Merge latest local patches. psp
authorachurch
Sat, 25 Dec 2010 10:26:54 +0900
branchpsp
changeset 630 70159ba7543b
parent 627 ba5e16520fa1 (current diff)
parent 629 2db6c9b77996 (diff)
child 631 bb9d270f0fcb
Merge latest local patches.
--- a/game_scripts/scripts/maps/node_secret02.lua	Sun Dec 19 09:38:49 2010 +0900
+++ b/game_scripts/scripts/maps/node_secret02.lua	Sat Dec 25 10:26:54 2010 +0900
@@ -40,7 +40,7 @@
 
 function update(me, dt)
 	if not v.done and isFlag(FLAG_SECRET02, 0) then 
-		if node_isEntityIn(v.me, v.n) then
+		if node_isEntityIn(me, v.n) then
 			v.done = true
 			
 			changeForm(FORM_NORMAL)