Skip to content

Commit

Permalink
Fixed: Duplicate variables in blockmapvisual
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed Dec 23, 2012
1 parent 9858a72 commit 185f132
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions doomsday/engine/include/map/blockmapvisual.h
Expand Up @@ -23,12 +23,14 @@
#ifndef LIBDENG_MAP_BLOCKMAP_VISUAL_H
#define LIBDENG_MAP_BLOCKMAP_VISUAL_H

byte bmapShowDebug; ///< cvar
float bmapDebugSize; ///< cvar
#include <de/libdeng.h>

DENG_EXTERN_C byte bmapShowDebug; ///< cvar
DENG_EXTERN_C float bmapDebugSize; ///< cvar

/**
* Render the Blockmap debugging visual.
*/
void Rend_BlockmapDebug(void);
DENG_EXTERN_C void Rend_BlockmapDebug(void);

#endif /// LIBDENG_MAP_BLOCKMAP_VISUAL_H

0 comments on commit 185f132

Please sign in to comment.