------------------------------------------------------------------------ r2724 | helixhorned | 2012-06-03 08:46:08 -0700 (Sun, 03 Jun 2012) | 6 lines Lunatic: pack actor/move parameters into t_data, which is enlarged to 14 elements. (LUNATIC build only.) Also, a minor problem is identified. sizeof(actor_t) is 124 on 64-bit platforms, while the expected size is 128 bytes. This needs to be corrected whenever the next savegame version bump happens. ------------------------------------------------------------------------ r2723 | helixhorned | 2012-06-03 08:46:05 -0700 (Sun, 03 Jun 2012) | 1 line In G_GameExit, rename arg 't' to 'msg' for (slightly) easier grepping of t_data etc. ------------------------------------------------------------------------ r2722 | helixhorned | 2012-06-03 08:46:02 -0700 (Sun, 03 Jun 2012) | 1 line Lunatic: one const char * --> char *, since we alloc/free it. ------------------------------------------------------------------------ r2721 | helixhorned | 2012-06-03 08:45:59 -0700 (Sun, 03 Jun 2012) | 1 line Rename LUNATIC_ENABLE macro to just LUNATIC. ------------------------------------------------------------------------