View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] | ||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | ||||
---|---|---|---|---|---|---|---|---|---|
0000160 | Spring engine | General | public | 2006-04-21 17:54 | 2006-04-21 22:15 | ||||
Reporter | patmo98 | ||||||||
Assigned To | tvo | ||||||||
Priority | normal | Severity | block | Reproducibility | always | ||||
Status | resolved | Resolution | fixed | ||||||
Product Version | |||||||||
Target Version | Fixed in Version | ||||||||
Summary | 0000160: Compile error when DIRECT_CONTROL_ALLOWED is not defined | ||||||||
Description | When DIRECT_CONTROL_ALLOWED is NOT defined, I get the following errors. ------ Build started: Project: rts, Configuration: Debug Win32 ------ Compiling... BeamLaser.cpp c:\src\spring-trunk\rts\sim\weapons\beamlaser.cpp(99) : error C2039: 'directControl' : is not a member of 'CUnit' c:\src\spring-trunk\rts\sim\units\unit.h(44) : see declaration of 'CUnit' Cannon.cpp c:\src\spring-trunk\rts\sim\weapons\cannon.cpp(190) : error C2039: 'directControl' : is not a member of 'CUnit' c:\src\spring-trunk\rts\sim\units\unit.h(44) : see declaration of 'CUnit' LaserCannon.cpp c:\src\spring-trunk\rts\sim\weapons\lasercannon.cpp(88) : error C2039: 'directControl' : is not a member of 'CUnit' c:\src\spring-trunk\rts\sim\units\unit.h(44) : see declaration of 'CUnit' | ||||||||
Tags | No tags attached. | ||||||||
Checked infolog.txt for Errors | |||||||||
Attached Files |
|
![]() |
|
patmo98 (reporter) 2006-04-21 17:56 |
I think the included patch fixes it, but I'm not quite sure about these sections of the code and was hoping for comments. |
tvo (reporter) 2006-04-21 22:15 |
looks fine, committed |
![]() |
|||
Date Modified | Username | Field | Change |
---|---|---|---|
2006-04-21 17:54 | patmo98 | New Issue | |
2006-04-21 17:56 | patmo98 | Note Added: 0000167 | |
2006-04-21 17:56 | patmo98 | File Added: directControl.patch | |
2006-04-21 22:15 | tvo | Status | new => assigned |
2006-04-21 22:15 | tvo | Assigned To | => tvo |
2006-04-21 22:15 | tvo | Status | assigned => resolved |
2006-04-21 22:15 | tvo | Resolution | open => fixed |
2006-04-21 22:15 | tvo | Note Added: 0000168 |