Changeset 468
- Timestamp:
- 01/16/12 23:31:14 (4 months ago)
- Files:
-
- 1 modified
-
cafu/trunk/CaWE/ChildFrame.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
cafu/trunk/CaWE/ChildFrame.cpp
r455 r468 1306 1306 if (CE.GetId()==ID_MENU_COMPILE_CUSTOM) Params=" "+CustomCompileDialog.GetEngineOptions(); 1307 1307 1308 PendingCompileCommands.PushBack(Options.general.EngineExe+" \""+WorldName.GetName()+"\""+Params); 1308 PendingCompileCommands.PushBack(Options.general.EngineExe + 1309 " -svGame \"" + m_Doc->GetGameConfig()->Name + "\"" + 1310 " -svWorld \"" + WorldName.GetName() + "\"" + Params); 1309 1311 } 1310 1312 }
