Apparently there were still users of tempfloat

This commit is contained in:
Henrik Rydgard 2012-10-30 16:30:55 +01:00
parent 1ea568990d
commit 2c3f569a9f

View file

@ -105,6 +105,9 @@ struct UIState {
int lastwidget;
int ui_tick;
// deprecated: tempfloat
float tempfloat;
};
// This needs to be extern so that additional UI controls can be developed outside this file.