mirror of
https://github.com/wesnoth/wesnoth
synced 2025-04-29 01:05:08 +00:00
the changes to wesconfig.h didn't survive a configure, now they do
This commit is contained in:
parent
d369bfa867
commit
be2b213a46
@ -32,7 +32,13 @@ AC_CONFIG_COMMANDS([src/wesconfig.h],
|
|||||||
# define LOCALEDIR "translations"
|
# define LOCALEDIR "translations"
|
||||||
# endif
|
# endif
|
||||||
#endif
|
#endif
|
||||||
|
/**
|
||||||
|
* WML errors can be shown in 2 ways, as dialog or as chat message
|
||||||
|
* if WML_ERROR_DIALOG == 1 it's shown as dialog else as chat message
|
||||||
|
* for development versions the dialog should be used for the stable
|
||||||
|
* releases the chat messages
|
||||||
|
*/
|
||||||
|
#define WML_ERROR_DIALOG 1
|
||||||
#endif
|
#endif
|
||||||
EOF
|
EOF
|
||||||
])
|
])
|
||||||
|
@ -11,7 +11,6 @@
|
|||||||
# define LOCALEDIR "translations"
|
# define LOCALEDIR "translations"
|
||||||
# endif
|
# endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* WML errors can be shown in 2 ways, as dialog or as chat message
|
* WML errors can be shown in 2 ways, as dialog or as chat message
|
||||||
* if WML_ERROR_DIALOG == 1 it's shown as dialog else as chat message
|
* if WML_ERROR_DIALOG == 1 it's shown as dialog else as chat message
|
||||||
@ -19,5 +18,4 @@
|
|||||||
* releases the chat messages
|
* releases the chat messages
|
||||||
*/
|
*/
|
||||||
#define WML_ERROR_DIALOG 1
|
#define WML_ERROR_DIALOG 1
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user