We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8241236 commit 13613c6Copy full SHA for 13613c6
1 file changed
DriverLevelTool/driver_routines/level.cpp
@@ -84,6 +84,7 @@ void DetectLevelFormat(IVirtualStream* pFile)
84
case LUMP_ROADBOUNDS:
85
case LUMP_JUNCBOUNDS:
86
case LUMP_SUBDIVISION:
87
+ default: // maybe Lump 11?
88
{
89
MsgInfo("Assuming it's a 'Driver 1' LEV file\n");
90
g_format = LEV_FORMAT_DRIVER1;
0 commit comments