Small menu improvments (added a lacking tip in controlconfig + cut track desc to 30 chars, previously 21)

git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@2128 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: 42b44468ed39371035b44b1ead9318d78dd75d7d
Former-commit-id: 49a213bcb1559c361f6bbb21792bbbb18bc8ca8e
This commit is contained in:
pouillot 2010-01-05 18:34:01 +00:00
parent 9737b4b1d8
commit 6e43501dc1

View file

@ -32,7 +32,7 @@
#include <portability.h> #include <portability.h>
#include "racescreens.h" #include "racescreens.h"
static const int DescLineLength = 21; //Line length for track description static const int DescLineLength = 30; //Line length for track description
static const int MaxPathSize = 256; static const int MaxPathSize = 256;
static char PathBuf[MaxPathSize]; static char PathBuf[MaxPathSize];