diff options
Diffstat (limited to 'src/settings.js')
-rw-r--r-- | src/settings.js | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/settings.js b/src/settings.js index e0286213..16c28529 100644 --- a/src/settings.js +++ b/src/settings.js @@ -205,8 +205,6 @@ var LINKABLE = 0; // If set to 1, this file can be linked with others, either as // LINKABLE of 0 is very useful in that we can reduce the size of the // generated code very significantly, by removing everything not actually used. -var GENERATING_HTML = 0; // Set to 1 when generating .html and not just .js - var RUNTIME_TYPE_INFO = 0; // Whether to expose type info to the script at run time. This // increases the size of the generated script, but allows you // to more easily perform operations from handwritten JS on @@ -641,7 +639,7 @@ var C_DEFINES = {'SI_MESGQ': '5', 'SING': '2', 'M_INVLN2': '1.44269504089', 'SDL_TIMERS_DISABLED': '1', - 'M_TWOPI': '3.14159265359', + 'M_TWOPI': '6.28318530718', '_PC_REC_XFER_ALIGN': '19', '_NL_TIME_DATE_FMT': '84', '_SC_REALTIME_SIGNALS': '29', |