mirror of
https://github.com/electronicarts/CNC_TS_and_RA2_Mission_Editor.git
synced 2025-04-30 17:11:40 -04:00
valadded expanded to high WORD (actually it is 64bit value now).
This commit is contained in:
parent
eefb3c28bd
commit
cbe6462148
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ static char THIS_FILE[] = __FILE__;
|
|||
/////////////////////////////////////////////////////////////////////////////
|
||||
// CViewObjects
|
||||
|
||||
const size_t valadded = 10000;
|
||||
const size_t valadded = 2 << 16;
|
||||
|
||||
IMPLEMENT_DYNCREATE(CViewObjects, CTreeView)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue