0.4 = added delete button

This commit is contained in:
Johnny Bergström
2005-01-27 08:58:01 +00:00
parent e097932ac9
commit 3f2a8ccfc5
4 changed files with 72 additions and 19 deletions

View File

@ -70,6 +70,9 @@ public:
inline int updatePosition( Stats* points ) {
return parent->updatePos( this , points );
}
inline void MarkToDelete() {
this->score = (1<<31);
}
};
private: