[BACK]Return to command.c CVS log [TXT][DIR] Up to [contributed] / early-roguelike / rogue5

Diff for /early-roguelike/rogue5/command.c between version 1.1 and 1.2

version 1.1, 2021/03/09 20:01:40 version 1.2, 2021/03/09 20:51:39
Line 91  command(void)
Line 91  command(void)
         {          {
             if (--no_command == 0)              if (--no_command == 0)
             {              {
                   player.t_flags |= ISRUN; //BUGFIX
                 msg("you can move again");                  msg("you can move again");
             }              }
         }          }

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

CVSweb