diff options
| author | Magnus Auvinen <magnus.auvinen@gmail.com> | 2007-07-22 09:15:34 +0000 |
|---|---|---|
| committer | Magnus Auvinen <magnus.auvinen@gmail.com> | 2007-07-22 09:15:34 +0000 |
| commit | 3b1871499c52a41c6fe1e017d6da858b7e70a396 (patch) | |
| tree | 410cca70987d8789088e25c8a8b5b24eb46a8c06 /src/game/client/mapres_image.cpp | |
| parent | 1950995bb5137e084b5706275cce1d9d7398fc34 (diff) | |
| download | zcatch-3b1871499c52a41c6fe1e017d6da858b7e70a396.tar.gz zcatch-3b1871499c52a41c6fe1e017d6da858b7e70a396.zip | |
laggometer, smaller gfx fixes
Diffstat (limited to 'src/game/client/mapres_image.cpp')
| -rw-r--r-- | src/game/client/mapres_image.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/game/client/mapres_image.cpp b/src/game/client/mapres_image.cpp index 8d286b85..eca7882f 100644 --- a/src/game/client/mapres_image.cpp +++ b/src/game/client/mapres_image.cpp @@ -6,6 +6,8 @@ static int map_textures[64] = {0}; static int count = 0; +extern int DEBUGTEST_MAPIMAGE; + int img_init() { int start, count; |