diff options
author | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2006-07-24 19:48:33 +0000 |
---|---|---|
committer | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2006-07-24 19:48:33 +0000 |
commit | 077e58415a7f6f2c55865be2c2fc35892450dd38 (patch) | |
tree | 4936af8a5c56aecbf74e668c57e9b104cda4008a /src/being.h | |
parent | b7f7b15995cfc9b41100e237bebc7f2c009e56b3 (diff) | |
download | mana-077e58415a7f6f2c55865be2c2fc35892450dd38.tar.gz mana-077e58415a7f6f2c55865be2c2fc35892450dd38.tar.bz2 mana-077e58415a7f6f2c55865be2c2fc35892450dd38.tar.xz mana-077e58415a7f6f2c55865be2c2fc35892450dd38.zip |
Fixed the loading of updates and made skipping the update process also skip thev0.0.20
loading of updates.
Diffstat (limited to 'src/being.h')
-rw-r--r-- | src/being.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/being.h b/src/being.h index 41c9103d..478bc018 100644 --- a/src/being.h +++ b/src/being.h @@ -89,7 +89,6 @@ class Being : public Sprite }; - /** * Directions, to be used as bitmask values */ |