Initialise value (forget by author)
This commit is contained in:
parent
b4ed4dc416
commit
d9fc014ca2
@ -901,6 +901,7 @@ CfgGed::CfgGed() {
|
|||||||
*play.file = 0;
|
*play.file = 0;
|
||||||
for(int n=0; n<16; n++)
|
for(int n=0; n<16; n++)
|
||||||
screenpalette[n] = -1;
|
screenpalette[n] = -1;
|
||||||
|
screenpalette[16] = 0; /* indicates empty array */
|
||||||
*semaphore.netscan = 0;
|
*semaphore.netscan = 0;
|
||||||
*semaphore.echoscan = 0;
|
*semaphore.echoscan = 0;
|
||||||
*semaphore.exportlist = 0;
|
*semaphore.exportlist = 0;
|
||||||
|
Reference in New Issue
Block a user