Created
December 5, 2016 15:31
-
-
Save AndyNovo/ee9faa90baaa53367c699d893aca97e9 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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