summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/BoundingBox.cpp
diff options
context:
space:
mode:
authorcomex <comexk@gmail.com>2014-10-16 17:05:25 -0400
committercomex <comexk@gmail.com>2014-10-16 17:05:25 -0400
commiteb865cae20f0ebba215158909977cdbab7b4142a (patch)
treee182c28c5b4a62912ee31f3937973704e9420da4 /Source/Core/VideoCommon/BoundingBox.cpp
parent1ff86a47165d885625b33677e6a0bde752a525fb (diff)
parent67088a1834a8b5995247616e1c1dbb5967a8f54d (diff)
Merge pull request #1284 from comex/even-more-warnings
Even more warnings
Diffstat (limited to 'Source/Core/VideoCommon/BoundingBox.cpp')
-rw-r--r--Source/Core/VideoCommon/BoundingBox.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/Source/Core/VideoCommon/BoundingBox.cpp b/Source/Core/VideoCommon/BoundingBox.cpp
index 6a4af2aca6..1c007677e0 100644
--- a/Source/Core/VideoCommon/BoundingBox.cpp
+++ b/Source/Core/VideoCommon/BoundingBox.cpp
@@ -23,11 +23,11 @@ u8 texMtxIdx[8];
// Internal vars
-SetupUnit vtxUnit;
-VAT myVat;
-u8 * bufferPos;
-TVtxDesc vertexDesc;
-PortableVertexDeclaration vertexDecl;
+static SetupUnit vtxUnit;
+static VAT myVat;
+static u8 * bufferPos;
+static TVtxDesc vertexDesc;
+static PortableVertexDeclaration vertexDecl;
// Gets the pointer to the current buffer position
void LOADERDECL SetVertexBufferPosition()