Kleine Fehler bereinigt

This commit is contained in:
Enno Rehling 2002-01-01 21:37:59 +00:00
parent 658c384a92
commit c38518aa9a
1 changed files with 5 additions and 4 deletions

View File

@ -718,10 +718,11 @@ main(int argc, char *argv[])
} }
} }
if (g_writemap) return crwritemap(); if (g_writemap) return crwritemap();
{ /* {
faction * monster = findfaction(MONSTER_FACTION); * faction * monster = findfaction(MONSTER_FACTION);
display_item(monster, monster->units, it_find("mistletoe")); * display_item(monster, monster->units, it_find("mistletoe"));
} * }
* */
if ((i=processturn(orders))!=0) return i; if ((i=processturn(orders))!=0) return i;
#ifdef CLEANUP_CODE #ifdef CLEANUP_CODE