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

Loading…
Cancel
Save