Ignore:
Timestamp:
Sep 25, 2000, 10:54:03 PM (25 years ago)
Author:
mike
Message:

Fixed FS corruption

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/ddraw/new/os2fsdd.cpp

    r3345 r4326  
    337337
    338338  // Bail out if we aren't in FS mode
    339   if (!bIsInFS)
    340      return;
     339  if (!bIsInFS) {
     340      SetFS(sel);
     341      return;
     342  }
    341343
    342344  // Get the anchor block
Note: See TracChangeset for help on using the changeset viewer.