You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
HudGauge::HudGauge(int _gauge_config, bool _slew, int r, int g, int b, char* _custom_name, char* _custom_text, char* frame_fname, int txtoffset_x, int txtoffset_y):
367
+
HudGauge::HudGauge(int _gauge_config, bool _slew, bool _message, int r, int g, int b, char* _custom_name, char* _custom_text, char* frame_fname, int txtoffset_x, int txtoffset_y):
Copy file name to clipboardExpand all lines: code/hud/hud.h
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -278,7 +278,7 @@ class HudGauge
278
278
HudGauge();
279
279
HudGauge(int _gauge_object, int _gauge_config, bool _slew, bool _message, int _disabled_views, int r, int g, int b);
280
280
// constructor for custom gauges
281
-
HudGauge(int _gauge_config, bool _slew, int r, int g, int b, char* _custom_name, char* _custom_text, char* frame_fname, int txtoffset_x, int txtoffset_y);
281
+
HudGauge(int _gauge_config, bool _slew, bool _message, int r, int g, int b, char* _custom_name, char* _custom_text, char* frame_fname, int txtoffset_x, int txtoffset_y);
282
282
virtual~HudGauge();
283
283
284
284
voidinitPosition(int x, int y);
@@ -393,8 +393,8 @@ class HudGauge3DAnchor : public HudGauge {
393
393
HudGauge3DAnchor(int _gauge_object, int _gauge_config, bool/*_slew*/, bool _message, int _disabled_views, int r, int g, int b)
HudGauge3DAnchor(int _gauge_config, bool/*_slew*/, int r, int g, int b, char* _custom_name, char* _custom_text, char* frame_fname, int txtoffset_x, int txtoffset_y)
HudGauge3DAnchor(int _gauge_config, bool/*_slew*/, bool _message, int r, int g, int b, char* _custom_name, char* _custom_text, char* frame_fname, int txtoffset_x, int txtoffset_y)
0 commit comments