Mantis Bugtracker

Viewing Issue Simple Details Jump to Notes ] View Advanced ] Issue History ] Print ]
ID Category Severity Reproducibility Date Submitted Last Update
0001715 [AI] General tweak N/A 2009-10-31 21:35 2009-10-31 21:35
Reporter hoijui View Status public  
Assigned To hoijui
Priority low Resolution open  
Status assigned  
Summary 0001715: Get rid of ugly big static array vars
Description at the beginning in this file:
rts/ExternalAI/SSkirmishAICallbackImpl.cpp
Additional Information static const size_t TMP_ARR_SIZE = 16384;
...
static int tmpIntArr[MAX_SKIRMISH_AIS][TMP_ARR_SIZE];
static PointMarker tmpPointMarkerArr[MAX_SKIRMISH_AIS][TMP_ARR_SIZE];
static LineMarker tmpLineMarkerArr[MAX_SKIRMISH_AIS][TMP_ARR_SIZE];
static const char* tmpKeysArr[MAX_SKIRMISH_AIS][TMP_ARR_SIZE];
static const char* tmpValuesArr[MAX_SKIRMISH_AIS][TMP_ARR_SIZE];
Tags No tags attached.
Attached Files

- Relationships

There are no notes attached to this issue.

- Issue History
Date Modified Username Field Change
2009-10-31 21:35 hoijui New Issue
2009-10-31 21:35 hoijui Status new => assigned
2009-10-31 21:35 hoijui Assigned To => hoijui


Mantis 1.1.6[^]
Copyright © 2000 - 2008 Mantis Group
Powered by Mantis Bugtracker