Tiny type fixes for spatter veins, updated df2mc.

develop
Petr Mrázek 2011-10-30 15:25:29 +01:00
parent d6ed4b875a
commit 063894276c
2 changed files with 5 additions and 6 deletions

@ -36,6 +36,7 @@ distribution.
#include <vector>
#include "dfhack/Virtual.h"
#include "dfhack/BitArray.h"
#include "Materials.h"
/**
* \defgroup grp_maps Maps module and its types
@ -219,11 +220,9 @@ namespace DFHack
struct t_spattervein : public t_virtual
{
/// generic material.
uint16_t mat1;
/// possibly alignment artifact
uint16_t unk1;
t_materialType mat1;
/// material vector index
uint32_t mat2;
t_materialIndex mat2;
/**
* matter state - liquid/solid/etc.
* @ref e_matter_state
@ -240,7 +239,7 @@ namespace DFHack
struct t_grassvein : public t_virtual
{
/// material vector index
uint32_t material;
t_materialIndex material;
/// 16x16 array of covering 'intensity'
uint8_t intensity[16][16];
};

@ -1 +1 @@
Subproject commit 604eb2c89fbe540ba26985d55aecaea3f899bef7
Subproject commit f23b5c29119f0e3621da66ac621f1993948be555