diff --git a/README.md b/README.md index 32d7150..1659ea2 100644 --- a/README.md +++ b/README.md @@ -152,6 +152,7 @@ Need help and don't have a github account? Ask your questions on [Discord](https - Dungeon Keeper 2 - Economic War - Eggsucker +- Emperor: Rise of the Middle Kingdom - Enemy Infestation - Escape Velocity Nova - F-16 Multirole Fighter diff --git a/src/config.c b/src/config.c index b1842f0..4d030de 100644 --- a/src/config.c +++ b/src/config.c @@ -792,6 +792,10 @@ static void cfg_create_ini() "maxgameticks=60\n" "fixnotresponding=true\n" "\n" + "; Emperor: Rise of the Middle Kingdom\n" + "[Emperor]\n" + "nonexclusive=true\n" + "\n" "; Enemy Infestation\n" "[EI]\n" "hook_getmessage=true\n"