Fixed psp warning

This commit is contained in:
Xawotihs
2010-11-21 08:51:05 +00:00
parent e2659b63f1
commit fcd2f61c39

View File

@@ -342,7 +342,7 @@ void GameStateDeckViewer::Update(float dt)
int x, y;
unsigned int distance2;
unsigned int minDistance2 = -1;
int n;
int n = 0;
if (options.keypadActive())
{