Browse Source

Fix crash on 32bit platforms

pull/25/head
Anders Jenbo 7 years ago
parent
commit
4ec8f6e3eb
  1. 1
      Stub/storm.cpp

1
Stub/storm.cpp

@ -277,4 +277,5 @@ void __cdecl SDrawRealizePalette(void)
BOOL __stdcall SFileEnableDirectAccess(BOOL enable)
{
DUMMY();
return TRUE;
}

Loading…
Cancel
Save