Skip to content

Commit

Permalink
Fix serialization
Browse files Browse the repository at this point in the history
  • Loading branch information
svk committed Mar 14, 2010
1 parent a616a60 commit b866f7d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions serialization.py
Expand Up @@ -102,6 +102,7 @@ def registerClasses():
c.register( R.TeleportationTrap )
c.register( R.RockslideTrap )
c.register( R.NonlethalPit )
c.register( R.UncoveredHole )
import ai as A
c.register( A.RandomWalker )
c.register( A.TurnerBot )
Expand Down

0 comments on commit b866f7d

Please sign in to comment.