diff VehicleExitButton.lua @ 258:a7d2efb6ffc9 stable

Merge 1.1 beta 5 to stable
author Flick
date Tue, 12 Apr 2011 16:07:21 -0700
parents 46b59a9ded76
children c918ff9ac787
line wrap: on
line diff
--- a/VehicleExitButton.lua	Tue Apr 12 16:06:31 2011 -0700
+++ b/VehicleExitButton.lua	Tue Apr 12 16:07:21 2011 -0700
@@ -70,6 +70,14 @@
   return 1
 end
 
+function VExitButton:AcquireActionID()
+  -- don't use pool
+end
+
+function VExitButton:ReleaseActionID()
+  -- don't use pool
+end
+
 function VExitButton:Refresh()
   Super.Refresh(self)
   -- it seems that setscale kills the texcoord, have to refresh it