summaryrefslogtreecommitdiff
path: root/examples/dialogue/LightsEng.gf
diff options
context:
space:
mode:
Diffstat (limited to 'examples/dialogue/LightsEng.gf')
-rw-r--r--examples/dialogue/LightsEng.gf4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/dialogue/LightsEng.gf b/examples/dialogue/LightsEng.gf
index 77dcc0aed..dfed6de85 100644
--- a/examples/dialogue/LightsEng.gf
+++ b/examples/dialogue/LightsEng.gf
@@ -6,8 +6,8 @@ concrete LightsEng of Lights =
lin
Light = UseN (regN "light") ;
Room = UseN (regN "room") ;
- SwitchOnIn = dirV3 (partV (regV "switch") "on") (mkPreposition "in") ;
- SwitchOffIn = dirV3 (partV (regV "switch") "off") (mkPreposition "in") ;
+ SwitchOnIn = dirV3 (partV (regV "switch") "on") (mkPrep "in") ;
+ SwitchOffIn = dirV3 (partV (regV "switch") "off") (mkPrep "in") ;
SwitchOn = dirV2 (partV (regV "switch") "on") ;
SwitchOff = dirV2 (partV (regV "switch") "off") ;