Changeset 437
- Timestamp:
- 12/01/11 10:39:37 (6 months ago)
- Location:
- cafu/trunk
- Files:
-
- 5 modified
-
CaWE/ModelEditor/ChildFrame.cpp (modified) (1 diff)
-
Games/DeathMatch/Models/Terminals/Terminal_2.cmat (modified) (1 diff)
-
Games/DeathMatch/Models/Terminals/Terminal_6.cmat (modified) (1 diff)
-
Games/DeathMatch/Models/Terminals/Terminal_7.cmat (modified) (1 diff)
-
Games/DeathMatch/Models/Terminals/Terminal_8.cmat (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
cafu/trunk/CaWE/ModelEditor/ChildFrame.cpp
r407 r437 471 471 472 472 MainCmatFile << "\n"; 473 MainCmatFile << "dofile(\"" << RelName.GetFullPath(wxPATH_UNIX) << "\") ;\n";473 MainCmatFile << "dofile(\"" << RelName.GetFullPath(wxPATH_UNIX) << "\")\n"; // Put no semicolon at the end of the dofile() statement: cmat scripts are not (yet) in the Lua programming language. 474 474 } 475 475 else wxMessageBox("Unable to insert dofile() statement into main cmat file\n"+MainCmatName); -
cafu/trunk/Games/DeathMatch/Models/Terminals/Terminal_2.cmat
r436 r437 1 1 2 dofile("Terminal_2_editor.cmat") ;2 dofile("Terminal_2_editor.cmat") -
cafu/trunk/Games/DeathMatch/Models/Terminals/Terminal_6.cmat
r436 r437 1 1 2 dofile("Terminal_6_editor.cmat") ;2 dofile("Terminal_6_editor.cmat") -
cafu/trunk/Games/DeathMatch/Models/Terminals/Terminal_7.cmat
r436 r437 1 1 2 dofile("Terminal_7_editor.cmat") ;2 dofile("Terminal_7_editor.cmat") -
cafu/trunk/Games/DeathMatch/Models/Terminals/Terminal_8.cmat
r436 r437 1 1 2 dofile("Terminal_8_editor.cmat") ;2 dofile("Terminal_8_editor.cmat")
