SWF_COLOR_SCALE 301 src/scene_manager/swf_parse.c cmat->m[0] = FLT2FIX( swf_read_sint(read, nbbits) * SWF_COLOR_SCALE ); SWF_COLOR_SCALE 302 src/scene_manager/swf_parse.c cmat->m[6] = FLT2FIX( swf_read_sint(read, nbbits) * SWF_COLOR_SCALE ); SWF_COLOR_SCALE 303 src/scene_manager/swf_parse.c cmat->m[12] = FLT2FIX( swf_read_sint(read, nbbits) * SWF_COLOR_SCALE ); SWF_COLOR_SCALE 304 src/scene_manager/swf_parse.c cmat->m[18] = FLT2FIX( swf_read_sint(read, nbbits) * SWF_COLOR_SCALE ); SWF_COLOR_SCALE 307 src/scene_manager/swf_parse.c cmat->m[4] = FLT2FIX( swf_read_sint(read, nbbits) * SWF_COLOR_SCALE ); SWF_COLOR_SCALE 308 src/scene_manager/swf_parse.c cmat->m[9] = FLT2FIX( swf_read_sint(read, nbbits) * SWF_COLOR_SCALE ); SWF_COLOR_SCALE 309 src/scene_manager/swf_parse.c cmat->m[14] = FLT2FIX( swf_read_sint(read, nbbits) * SWF_COLOR_SCALE ); SWF_COLOR_SCALE 310 src/scene_manager/swf_parse.c cmat->m[19] = FLT2FIX( swf_read_sint(read, nbbits) * SWF_COLOR_SCALE );