Added Ez2dancer's BLINK mode alongside hidden,stealth e.t.c.

This commit is contained in:
Andrew Livy
2002-07-28 18:55:49 +00:00
parent 0f92a1ae26
commit e07060fa08
4 changed files with 44 additions and 2 deletions
+1
View File
@@ -36,6 +36,7 @@ CString PlayerOptions::GetString()
case APPEARANCE_HIDDEN: sReturn += "Hidden, "; break;
case APPEARANCE_SUDDEN: sReturn += "Sudden, "; break;
case APPEARANCE_STEALTH: sReturn += "Stealth, "; break;
case APPEARANCE_BLINK: sReturn += "Blink, "; break;
default: ASSERT(0); // invalid EFFECT
}
switch( m_TurnType )