summaryrefslogtreecommitdiffstats
path: root/lib/evendoors/room.rb
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2012-05-09 12:21:09 +0200
committerJérémy Zurcher <jeremy@asynk.ch>2012-05-09 12:21:09 +0200
commit55d345f084917801ee8a6dd6e492f96718b88365 (patch)
treec43117cd29b6340cda150c88b4bde45e56e2236f /lib/evendoors/room.rb
parent421df693dee1901961a4b780e2ec4ba70a84dcf5 (diff)
downloadedoors-ruby-55d345f084917801ee8a6dd6e492f96718b88365.zip
edoors-ruby-55d345f084917801ee8a6dd6e492f96718b88365.tar.gz
Room: use complete naming for constants
Diffstat (limited to 'lib/evendoors/room.rb')
-rw-r--r--lib/evendoors/room.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/evendoors/room.rb b/lib/evendoors/room.rb
index 490bddf..729e66c 100644
--- a/lib/evendoors/room.rb
+++ b/lib/evendoors/room.rb
@@ -126,7 +126,7 @@ module EvenDoors
end
#
def process_sys_p p
- if p.action==SYS_ACT_ADD_LINK
+ if p.action==EvenDoors::SYS_ACT_ADD_LINK
add_link EvenDoors::Link.from_particle_data p
end
EvenDoors::Twirl.release_p p