git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@4067 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Ray Greenwell
2006-04-27 01:26:56 +00:00
parent e20ec412f1
commit 42622d73cd
@@ -21,6 +21,7 @@
package com.threerings.presents.client {
import flash.events.Event;
import flash.events.TimerEvent;
import flash.util.Timer;
@@ -185,7 +186,7 @@ public class ClientDObjectMgr
* Invoked on the main client thread to process any newly arrived
* messages that we have waiting in our queue.
*/
public function processNextAction () :void
public function processNextAction (event :Event) :void
{
// process the next event on our queue
if (_actions.length == 0) {