OBS-URL: https://build.opensuse.org/package/show/games/supertuxkart?expand=0&rev=20
22 lines
583 B
Diff
22 lines
583 B
Diff
Index: supertuxkart-0.6.2/src/gui/display_res_confirm.hpp
|
|
===================================================================
|
|
--- supertuxkart-0.6.2.orig/src/gui/display_res_confirm.hpp
|
|
+++ supertuxkart-0.6.2/src/gui/display_res_confirm.hpp
|
|
@@ -21,6 +21,7 @@
|
|
#define HEADER_DISPLAY_RES_CONFIRM_H
|
|
|
|
#include "base_gui.hpp"
|
|
+#include "utils/translation.hpp"
|
|
|
|
#include <SDL/SDL.h>
|
|
|
|
@@ -35,7 +36,7 @@ public:
|
|
void handle(GameAction ga, int value);
|
|
|
|
private:
|
|
- char m_count[60];
|
|
+ char m_count[MAX_MESSAGE_LENGTH];
|
|
int m_counter;
|
|
const bool FROM_WINDOW;
|
|
|