diff options
| author | bringert <unknown> | 2005-03-15 15:38:20 +0000 |
|---|---|---|
| committer | bringert <unknown> | 2005-03-15 15:38:20 +0000 |
| commit | b3f5d1f0fee9b768734da71b6218f3e1ffa5be75 (patch) | |
| tree | 9f25332ce3f571f2f74dee7b317fa2ae4b05187f /examples/stoneage/StoneageNor.gf | |
| parent | 581ead0a73b09444593cd652c18d514ba4fc8fae (diff) | |
Changed Think to an action without an object.
Diffstat (limited to 'examples/stoneage/StoneageNor.gf')
| -rw-r--r-- | examples/stoneage/StoneageNor.gf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/stoneage/StoneageNor.gf b/examples/stoneage/StoneageNor.gf index afe403653..dba268778 100644 --- a/examples/stoneage/StoneageNor.gf +++ b/examples/stoneage/StoneageNor.gf @@ -28,7 +28,6 @@ lin See = PresVasV2 see_V ; Hear = PresVasV2 hear_V ; Know = PresVasV2 know_V ; - Think = PresVasV2 think_V ; Smell = PresV2 (mkV2 (regV "lukte") "på") ; Fear = PresVasV2 fear_V ; Kill = PresVasV2 kill_V ; @@ -50,6 +49,7 @@ lin Tie = PresVasV2 tie_V ; Count = PresVasV2 count_V ; + Think = PresV think_V ; Spit = PresV spit_V ; Vomit = PresV vomit_V ; Blow = PresV blow_V ; |
