diff options
| author | Jérémy Zurcher <jeremy@asynk.ch> | 2012-05-04 16:05:50 +0200 |
|---|---|---|
| committer | Jérémy Zurcher <jeremy@asynk.ch> | 2012-05-04 16:05:50 +0200 |
| commit | f9664ac5e5ea7368f5d31e9acdc9beeb2dff88ff (patch) | |
| tree | 1887d333e5e68da49a86e4d409098ac0defa47ea | |
| parent | 30b14d7e8437d93a78737a4bf536ce8a7f65450a (diff) | |
| download | edoors-ruby-f9664ac5e5ea7368f5d31e9acdc9beeb2dff88ff.zip edoors-ruby-f9664ac5e5ea7368f5d31e9acdc9beeb2dff88ff.tar.gz | |
Room: require_p->EvenDoors::Twirl.require_p
| -rw-r--r-- | lib/evendoors/room.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/evendoors/room.rb b/lib/evendoors/room.rb index 689ba52..29e3b75 100644 --- a/lib/evendoors/room.rb +++ b/lib/evendoors/room.rb @@ -49,7 +49,7 @@ module EvenDoors if apply_link or (p.link_value==link.cond_value) # link matches ! if not pending_link.nil? - p2 = require_p p.class + p2 = EvenDoors::Twirl.require_p p.class p2.clone_data p p2.src = link.door p2.clear_dsts! |
