Skip to content

Instantly share code, notes, and snippets.

@AndyNovo
Created December 5, 2016 15:31
Show Gist options
  • Save AndyNovo/ee9faa90baaa53367c699d893aca97e9 to your computer and use it in GitHub Desktop.
Save AndyNovo/ee9faa90baaa53367c699d893aca97e9 to your computer and use it in GitHub Desktop.
#define CONT_MAP_MAX 50
int _iContMap[CONT_MAP_MAX];
...
DockingManager::DockingManager()
{
...
memset(_iContMap, -1, CONT_MAP_MAX);
...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment