forked from github/server
Kleine Fehler bereinigt
This commit is contained in:
parent
658c384a92
commit
c38518aa9a
1 changed files with 5 additions and 4 deletions
|
@ -718,10 +718,11 @@ main(int argc, char *argv[])
|
|||
}
|
||||
}
|
||||
if (g_writemap) return crwritemap();
|
||||
{
|
||||
faction * monster = findfaction(MONSTER_FACTION);
|
||||
display_item(monster, monster->units, it_find("mistletoe"));
|
||||
}
|
||||
/* {
|
||||
* faction * monster = findfaction(MONSTER_FACTION);
|
||||
* display_item(monster, monster->units, it_find("mistletoe"));
|
||||
* }
|
||||
* */
|
||||
if ((i=processturn(orders))!=0) return i;
|
||||
|
||||
#ifdef CLEANUP_CODE
|
||||
|
|
Loading…
Reference in a new issue