/[gzz]/gzz/lava/gzz/client/PotionFallbackBinder.java
ViewVC logotype

Diff of /gzz/lava/gzz/client/PotionFallbackBinder.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.2 by benja, Thu Jan 2 00:00:49 2003 UTC revision 1.3 by benja, Fri Jan 3 18:05:06 2003 UTC
# Line 34  public class PotionFallbackBinder implem Line 34  public class PotionFallbackBinder implem
34    
35          Object binding = bindings.get(k);          Object binding = bindings.get(k);
36          if(dbg) pa("Binding: "+binding);          if(dbg) pa("Binding: "+binding);
37          if(binding == null)          if(binding == null) {
38              // no binding for this key              // no binding for this key: clear pending
39              return;              currentAction = null;
40                AbstractUpdateManager.chg();
41          else if(binding instanceof CommandCall) {          } else if(binding instanceof CommandCall) {
42              currentAction = (CommandCall)binding;              currentAction = (CommandCall)binding;
43              if(dbg) pa("Replaced currentAction.");              if(dbg) pa("Replaced currentAction.");
44              if(currentAction.isComplete()) {              if(currentAction.isComplete()) {

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26