A fixme in Maps: replace feature reading with accessors

develop
Petr Mrázek 2011-05-07 20:23:31 +02:00
parent 8b2ab8de68
commit 8c4916958e
1 changed files with 1 additions and 0 deletions

@ -730,6 +730,7 @@ bool Maps::StartFeatures()
// no? // no?
else else
{ {
//FIXME: replace with accessors
// create, add to store // create, add to store
t_feature tftemp; t_feature tftemp;
tftemp.discovered = false; //= p->readDWord(cur_ptr + 4); tftemp.discovered = false; //= p->readDWord(cur_ptr + 4);