Loobinex / keeperfx-unofficial

KeeperFX - Unofficial release
60 stars 7 forks source link

1player improvement #205

Closed eddebaby closed 4 years ago

eddebaby commented 4 years ago

A fix for the level command (see commit "removes wasteful load of empty campaign").

And, the ability to add CPU Keepers to a map:

or

Respects all previous functionality: setup_computer_players() is only run when it should be, using a few new boolean variables to store the user's settings, and changing "if (fe_computer_players)" to "if (fe_computer_players || ShouldAssignCpuKeepers)" in main.cpp.