Changeset 7914
- Timestamp:
- Feb 19, 2011, 4:33:50 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/data/tcl/init.tcl
r5781 r7914 99 99 #set ::orxonox::mediapath [string range $filepath 0 [string last "/" $filepath]] 100 100 set ::orxonox::mediapath [file dirname $filepath] 101 102 if {![info exists auto_path]} { 103 set auto_path [list] 104 } 105 101 106 if {[lsearch $auto_path $::orxonox::mediapath] == -1} { 102 107 lappend auto_path $::orxonox::mediapath
Note: See TracChangeset
for help on using the changeset viewer.