Forgot to remove this debugging help ...

develop
U-glouglou\simon 2010-04-19 20:05:10 +02:00
parent 7f5edd58c8
commit ac57250f5e
1 changed files with 0 additions and 1 deletions

@ -331,7 +331,6 @@ int32_t Creatures::GetDwarfCivId()
{ {
if(!d->Inited) return -1; if(!d->Inited) return -1;
Process * p = d->owner; Process * p = d->owner;
printf("civid=%p\n", d->dwarf_civ_id_addr);
return p->readDWord(d->dwarf_civ_id_addr); return p->readDWord(d->dwarf_civ_id_addr);
} }
/* /*