~widelands-dev/widelands/trunk

« back to all changes in this revision

Viewing changes to src/logic/queue_cmd_factory.cc

  • Committer: The Widelands Bunnybot
  • Date: 2022-12-11 18:41:23 UTC
  • Revision ID: bunnybot@widelands.org-20221211184123-80vg1pt6fc1fbrmr
Allow letting individual productionsites produce indefinitely (#4961)

(by hessenfarmer)
0fc809d0dc979de59640116300dfbe8cdb1bc942

Show diffs side-by-side

added added

removed removed

Lines of Context:
42
42
                return *new CmdFlagAction();
43
43
        case QueueCommandTypes::kStartStopBuilding:
44
44
                return *new CmdStartStopBuilding();
 
45
        case QueueCommandTypes::kToggleInfiniteProduction:
 
46
                return *new CmdToggleInfiniteProduction();
45
47
        case QueueCommandTypes::kEnhanceBuilding:
46
48
                return *new CmdEnhanceBuilding();
47
49
        case QueueCommandTypes::kBulldoze: