Add transparency option on Flat and Surface map, fix file locks

This commit is contained in:
Mike Primm 2011-05-31 23:44:17 -05:00
parent c48d06eec1
commit c4646dc299
5 changed files with 102 additions and 15 deletions

View file

@ -72,7 +72,7 @@ public class FileLockManager {
}
else { /* Write lock in place */
try {
lock.wait();
lock.wait();
} catch (InterruptedException ix) {
Log.severe("getReadLock(" + fn + ") interrupted");
}