tools/MissionsEditor/MissionsEditor.pro
author nemo
Thu, 11 Nov 2010 09:58:10 -0500
changeset 4238 6f1631765ebd
parent 2596 41b46f83d088
permissions -rw-r--r--
Fix a long-standing bug with ammo due to gstMoving being set on gears generically, causing an incorrect ammo type to be set. This caused crashes and incorrect ammo types.

# -------------------------------------------------
# Project created by QtCreator 2009-10-21T19:51:57
# -------------------------------------------------
TARGET = MissionsEditor
TEMPLATE = app
SOURCES += main.cpp \
    editor.cpp \
    teamedit.cpp \
    hedgehogedit.cpp
HEADERS += editor.h \
    teamedit.h \
    hedgehogedit.h
FORMS += editor.ui \
    teamedit.ui \
    hedgehogedit.ui