FreeFalcon / freefalcon-central

A campaign based, multiplayer, open source flight simulator.
http://freefalcon.org/
BSD 2-Clause "Simplified" License
157 stars 99 forks source link

Removed Code to Load .tga files in TacRef #25

Closed Stewie23 closed 11 years ago

Stewie23 commented 11 years ago

Removed the Code that trys to load .tga files in the TacRef since .tga files are not used anymore

Stewie23 commented 11 years ago

Ah Thx for the Git-commands, i might have been a bit early to commit anyways, removed some other stuff that seems to belong to the .tga stuff.

vinnydiehl commented 11 years ago

Can you squash all 4 of these into a single commit with the original message? Here's how. Thanks again- just trying to keep everything neat and tidy.

Stewie23 commented 11 years ago

okay i think i got it :)

vinnydiehl commented 11 years ago

Sweet.

The change is looking good, do you think you could also get rid of the declaration for btn? It's on line 788, at the beginning of the EntityToWindow() definition. Delete the line, this will kill a warning.

You can --amend that to keep this pull request to one commit. After that, I think we're ready to :ship: it.

Your message is repeated 4 times, by the way, think you can get rid of the repetitions when you go to amend it? It'll let you change the message. Thanks again.

vinnydiehl commented 11 years ago

Thanks! :beer: