/[enigma]/enigma/src/objects.cc
ViewVC logotype

Diff of /enigma/src/objects.cc

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.42 by dheck, Tue Apr 1 20:31:36 2003 UTC revision 1.43 by mhawlisch, Wed Apr 2 07:49:06 2003 UTC
# Line 3927  Turnstile_Pivot::set_arm (Direction dir) Line 3927  Turnstile_Pivot::set_arm (Direction dir)
3927                         "st-turnstile-e",                         "st-turnstile-e",
3928                         "st-turnstile-n" };                         "st-turnstile-n" };
3929      Stone *st = MakeStone(names[dir]);      Stone *st = MakeStone(names[dir]);
3930      SetStone (move(get_pos(), dir), st);      GridPos newp = move(get_pos(), dir);
3931        SetStone (newp, st);
3932    
3933        if (Item *it = GetItem(newp))
3934            it->on_stonehit(st);
3935        
3936  }  }
3937    
3938  bool  bool

Legend:
Removed from v.1.42  
changed lines
  Added in v.1.43

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26