/[projects]/miscJava/bukkit-minecraft-plugins/HoerupUtils/src/dk/thoerup/bukkit/hoeruputils/secretdoor/Door.java
ViewVC logotype

Diff of /miscJava/bukkit-minecraft-plugins/HoerupUtils/src/dk/thoerup/bukkit/hoeruputils/secretdoor/Door.java

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

revision 1534 by torben, Mon Jun 27 19:43:33 2011 UTC revision 1535 by torben, Wed Jun 29 14:57:08 2011 UTC
# Line 81  class Door { Line 81  class Door {
81                                    
82                  width = Integer.parseInt( parts[6] );                  width = Integer.parseInt( parts[6] );
83                  height = Integer.parseInt( parts[7] );                  height = Integer.parseInt( parts[7] );
84    
85    
86                    blocks = new Location[width][height];          
87                                    
88                  loadBlocks();                  loadBlocks();
89          }          }
# Line 172  class Door { Line 175  class Door {
175                  }                  }
176          }          }
177    
 }  
178    }

Legend:
Removed from v.1534  
changed lines
  Added in v.1535

  ViewVC Help
Powered by ViewVC 1.1.20