Changeset 6259 for code/branches/presentation2/data
- Timestamp:
- Dec 6, 2009, 8:16:04 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/presentation2/data/gui/scripts/GraphicsMenu.lua
r6258 r6259 13 13 14 14 function P:init() 15 file = "C:\\Games\\Orxonox\\menu\\build\\config\\Debug\\" .. orxonox.getConfig("GraphicsManager", "ogreConfigFile_") 15 file = orxonox.PathConfig:getConfigPathString() .. orxonox.getConfig("GraphicsManager", "ogreConfigFile_") 16 --file = "C:\\Games\\Orxonox\\menu\\build\\config\\Debug\\" .. orxonox.getConfig("GraphicsManager", "ogreConfigFile_") 16 17 search_mode = 0 17 18 f = io.open(file, "r")
Note: See TracChangeset
for help on using the changeset viewer.