Fixed special spots; they now appear in-game, and disappear when they should.
git-svn-id: http://openexile.googlecode.com/svn/trunk@58 4ebdad44-0ea0-11de-aab3-ff745001d230
This commit is contained in:
@@ -355,7 +355,7 @@ void cPlayer::readFrom(istream& file){
|
||||
}
|
||||
|
||||
ostream& operator << (ostream& out, eMainStatus& e){
|
||||
out << (int) e;
|
||||
return out << (int) e;
|
||||
}
|
||||
|
||||
istream& operator >> (istream& in, eMainStatus& e){
|
||||
@@ -364,4 +364,5 @@ istream& operator >> (istream& in, eMainStatus& e){
|
||||
if(i > 0 && i < 18 && i !=8 && i != 9)
|
||||
e = (eMainStatus) i;
|
||||
else e = MAIN_STATUS_ABSENT;
|
||||
return in;
|
||||
}
|
||||
|
Reference in New Issue
Block a user