/[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.113 by reallysoft, Fri Jul 18 17:15:12 2003 UTC revision 1.114 by reallysoft, Mon Jul 21 08:21:13 2003 UTC
# Line 811  Stone::move_stone(Direction dir) { Line 811  Stone::move_stone(Direction dir) {
811    
812      if (!GetStone(newPos)) {      if (!GetStone(newPos)) {
813          play_sound("st-move");          play_sound("st-move");
814          SetStone(newPos, YieldStone(p));  
815            MoveStone(p, newPos);
816          player::IncMoveCounter();          player::IncMoveCounter();
817    
818          on_move();          on_move();

Legend:
Removed from v.1.113  
changed lines
  Added in v.1.114

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