PlayMode_Invalid

This commit is contained in:
Glenn Maynard
2006-09-26 20:32:41 +00:00
parent c540417e23
commit 9c9440c8a0
8 changed files with 16 additions and 16 deletions
+1 -1
View File
@@ -176,7 +176,7 @@ PlayMode Course::GetPlayMode() const
case COURSE_TYPE_ONI: return PLAY_MODE_ONI;
case COURSE_TYPE_SURVIVAL: return PLAY_MODE_ONI;
case COURSE_TYPE_NONSTOP: return PLAY_MODE_NONSTOP;
default: ASSERT(0); return PLAY_MODE_INVALID;
default: ASSERT(0); return PlayMode_Invalid;
}
}