mirror of
https://github.com/electronicarts/CNC_TS_and_RA2_Mission_Editor.git
synced 2025-04-30 09:01:41 -04:00
resolved compile issue (#99)
This commit is contained in:
parent
52bfa8321b
commit
204bdf0ea3
1 changed files with 1 additions and 3 deletions
|
@ -243,9 +243,7 @@ void CAll::OnAddkey()
|
|||
CString sec;
|
||||
m_Sections.GetLBText(cusection, sec);
|
||||
|
||||
CString key, value;
|
||||
key = InputBox("Please set the name and value for the current key here: (for example, setting a new key ""Strength"" with the value 200 can be written as ""Strength=200"". You don´t need to specify a value.)", "Create key");
|
||||
|
||||
CString key = InputBox("Please set the name and value for the current key here: (for example, setting a new key ""Strength"" with the value 200 can be written as ""Strength=200"". You don´t need to specify a value.)", "Create key");
|
||||
if (key.IsEmpty()) {
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue