summaryrefslogtreecommitdiff
path: root/src/client.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/client.cpp')
-rw-r--r--src/client.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/client.cpp b/src/client.cpp
index 1ac4be9f4..8bfebf58d 100644
--- a/src/client.cpp
+++ b/src/client.cpp
@@ -156,6 +156,8 @@ bool isSafeMode = false;
int serverVersion;
int start_time;
+int textures_count = 0;
+
/**
* Advances game logic counter.
* Called every 10 milliseconds by SDL_AddTimer()