| 864 | //========================================================================== |
| 865 | |
| 866 | const char *FLevelLocals::GetSecretExitMap() |
| 867 | { |
| 868 | const char *nextmap = NextMap.GetChars(); |
| 869 | |
| 870 | if (NextSecretMap.Len() > 0) |
| 871 | { |
| 872 | if (NextSecretMap.Compare("enDSeQ", 6) == 0 || P_CheckMapData(NextSecretMap.GetChars())) |
| 873 | { |
| 874 | nextmap = NextSecretMap.GetChars(); |
| 875 | } |
| 876 | } |
| 877 | return nextmap; |
| 878 | } |
| 879 | |
| 880 | //========================================================================== |
| 881 | // |