View Single Post
Old 05-16-2007, 10:55 AM   #31 (permalink)
BuDolas
Lurker
 
Join Date: Mar 2004
Posts: 5
Default

change in MapDefinitions.cs

Code:
RegisterMap( 1, 1, 0, 7168, 4096, 0, "Trammel",		MapRules.TrammelRules );
to

Code:
RegisterMap( 1, 1, 1, 7168, 4096, 0, "Trammel",		MapRules.TrammelRules );

Put this in CurrentExpansion.cs

Code:
TileMatrixPatch.Enabled = false;

That's all and works
BuDolas is offline   Reply With Quote