Skip to content
Snippets Groups Projects
Commit 43c35dff authored by dg's avatar dg
Browse files

fix

git-svn-id: http://svn.net-core.org/repos/t-engine4@30 51575b47-30f0-44d4-a5cc-537603b46e54
parent 15b2bcde
No related branches found
No related tags found
No related merge requests found
......@@ -6,7 +6,6 @@
#include "lua.h"
#include "lauxlib.h"
#include "lualib.h"
#include "fov/fov.h"
#include "SFMT.h"
#include "types.h"
......@@ -194,7 +193,7 @@ int main(int argc, char *argv[])
}
SDL_WM_SetCaption("T4Engine", NULL);
SDL_EnableUNICODE(TRUE);
SDL_EnableKeyRepeat(SDL_DEFAULT_REPEAT_DELAY, SDL_DEFAULT_REPEAT_INTERVAL);
SDL_EnableKeyRepeat(SDL_DEFAULT_REPEAT_DELAY, 10);
TTF_Init();
// And run the lua engine scripts
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment