Browse Source

*** empty log message ***

bxkim 25 years ago
parent
commit
4a08c4a395
1 changed files with 2 additions and 2 deletions
  1. 2 2
      direct/src/leveleditor/LevelEditor.py

+ 2 - 2
direct/src/leveleditor/LevelEditor.py

@@ -15,8 +15,8 @@ if sys.argv[1:]:
 # If you do not run from the command line, we just load all of them
 # If you do not run from the command line, we just load all of them
 # or you can hack this up for your own purposes.
 # or you can hack this up for your own purposes.
 else:
 else:
-    # hoods = ['TT', 'DD', 'BR', 'DG', 'DL', 'MM']
-    hoods = ['TT' ]
+    hoods = ['TT', 'DD', 'BR', 'DG', 'DL', 'MM']
+    # hoods = ['TT' ]
 
 
 print "Loading LevelEditor for hoods: ", hoods
 print "Loading LevelEditor for hoods: ", hoods