debugged keyboard issue

master
Allen Webster 2016-02-25 18:57:10 -05:00
parent ceb9b6d217
commit ba04801d6c
1 changed files with 7 additions and 5 deletions

View File

@ -1584,6 +1584,8 @@ main(int argc, char **argv){
win32vars.start_time = ((u64)filetime.dwHighDateTime << 32) | (filetime.dwLowDateTime);
win32vars.start_time /= 10;
keycode_init();
#ifdef FRED_SUPER
char *custom_file_default = "4coder_custom.dll";
char *custom_file;