Remove shuttle and replace with SpaceShipOne, whose model actually works

This commit is contained in:
Nick Foster 2012-06-15 16:55:04 -07:00
parent 51657f8229
commit a434647f56

View File

@ -124,7 +124,7 @@ modelmap = { None: 'Aircraft/777-200/Models/777-200ER.xml'
"BALLOON/BLIMP": 'Aircraft/ZLT-NT/Models/ZLT-NT.xml',
"ULTRALIGHT": 'Aircraft/cri-cri/Models/MC-15.xml',
"UAV": 'Aircraft/YardStik/Models/yardstik.xml', #hahahaha
"SPACECRAFT": 'Aircraft/shuttle/shuttle.xml', #not sure if this one works
"SPACECRAFT": 'Aircraft/SpaceShip-One/Models/spaceshipone.xml',
"SURFACE EMERGENCY VEHICLE": 'Aircraft/followme/Models/follow_me.xml', #not the best
"SURFACE SERVICE VEHICLE": 'Aircraft/pushback/Models/Pushback.xml'
}