Jump to content

Sorya

Members
  • Posts

    1
  • Joined

  • Last visited

    Never
  • Donations

    0.00 GBP 

Everything posted by Sorya

  1. Unfortunately, I don't know how to create a patch file. On line 74, Map.h: - #define MAP_HEIGTH_MAGIC 'TGHM' + #define MAP_HEIGHT_MAGIC 'TGHM' On line 95, Map.h - #define MAP_HEIGHT_NO_HIGHT 0x0001 + #define MAP_HEIGHT_NO_HEIGHT 0x0001 On line 107, Map.h - #define MAP_LIQUID_NO_HIGHT 0x0002 + #define MAP_LIQUID_NO_HEIGHT 0x0002 On line 1193, Map.cpp - if (header.fourcc != uint32(MAP_HEIGTH_MAGIC)) + if (header.fourcc != uint32(MAP_HEIGHT_MAGIC)) On line 1197, Map.cpp - if (!(header.flags & MAP_HEIGHT_NO_HIGHT)) + if (!(header.flags & MAP_HEIGHT_NO_HEIGHT)) On line 1251, Map.cpp - if (!(header.flags&MAP_LIQUID_NO_HIGHT)) + if (!(header.flags&MAP_LIQUID_NO_HEIGHT)) On line 447, VMapManager.cpp - //get height or INVALID_HEIGHT if to hight was calculated + //get height or INVALID_HEIGHT if no height was calculated
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. Privacy Policy Terms of Use