1
0
forked from mirrors/0ad

# Optimisations for Linux

GCC: Don't export symbols from DSOs by default - see
http://gcc.gnu.org/wiki/Visibility

This was SVN commit r4812.
This commit is contained in:
Ykkrosh
2007-01-26 18:26:45 +00:00
parent 5e7baf3a43
commit 3573c4a4e3
12 changed files with 46 additions and 11 deletions
+1 -1
View File
@@ -21,7 +21,7 @@
#include <cassert>
#include <vector>
const int maxInfluences = 4;
const size_t maxInfluences = 4;
struct VertexBlend
{
uint8 bones[maxInfluences];