Thomas Buck 10 years ago
parent
commit
b41824444c
1 changed files with 1 additions and 3 deletions
  1. 1
    3
      include/TombRaider.h

+ 1
- 3
include/TombRaider.h View File

2
  * \file include/TombRaider.h
2
  * \file include/TombRaider.h
3
  * \brief Loads maps, meshes, textures...
3
  * \brief Loads maps, meshes, textures...
4
  *
4
  *
5
- * Define ZLIB_SUPPORT to build TR4 support.
6
- *
7
  * \todo WARNING: No endian routines as of yet
5
  * \todo WARNING: No endian routines as of yet
8
  * \author Mongoose
6
  * \author Mongoose
9
  */
7
  */
1648
     /*!
1646
     /*!
1649
      * \brief Gets vertex position and color
1647
      * \brief Gets vertex position and color
1650
      * \param roomIndex room index
1648
      * \param roomIndex room index
1651
-     * \param verteIndex vertex index
1649
+     * \param vertexIndex vertex index
1652
      * \param xyz will contain vertex position, has to be allocated
1650
      * \param xyz will contain vertex position, has to be allocated
1653
      * \param rgba will contain vertex color, has to be allocated
1651
      * \param rgba will contain vertex color, has to be allocated
1654
      */
1652
      */

Loading…
Cancel
Save