Skip to content

Commit 13613c6

Browse files
committed
- fix lev format autodetection
1 parent 8241236 commit 13613c6

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

DriverLevelTool/driver_routines/level.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ void DetectLevelFormat(IVirtualStream* pFile)
8484
case LUMP_ROADBOUNDS:
8585
case LUMP_JUNCBOUNDS:
8686
case LUMP_SUBDIVISION:
87+
default: // maybe Lump 11?
8788
{
8889
MsgInfo("Assuming it's a 'Driver 1' LEV file\n");
8990
g_format = LEV_FORMAT_DRIVER1;

0 commit comments

Comments
 (0)