45 static Menu* quantum_menu = 0;
46 static bool show_menu =
false;
51 static int initialized = 0;
52 if (initialized)
return;
70 :
View(c), sim(0), ship(0), font(0)
114 return "QuantumView";
169 static double time_til_change = 0;
171 if (time_til_change > 0)
174 if (time_til_change <= 0) {
188 int max_items = quantum_menu->
NumItems();
190 for (
int i = 0; i < max_items; i++) {
203 time_til_change = 0.3;
239 for (
int i = 0; i < 10; i++) {
266 if (!current_region)
return 0;
278 rgn_system == current_system) {
293 rgn_system != current_system && current_region->
Links().
contains(rgn)) {
305 if (rgn_system != current_system)
306 sprintf_s(text,
"%d. %s/%s", n++, rgn_system->
Name(), rgn->
Name());
308 sprintf_s(text,
"%d. %s", n++, rgn->
Name());
310 quantum_menu->
AddItem(text, (DWORD) rgn);