mirror of
https://github.com/SWG-Source/clientdata_OLD.git
synced 2026-07-15 00:10:02 -04:00
17 lines
394 B
PHP
Executable File
17 lines
394 B
PHP
Executable File
// ======================================================================
|
|
//
|
|
// inputs:
|
|
//
|
|
// none
|
|
//
|
|
// outputs:
|
|
//
|
|
// r7 = cell/ambient lighting
|
|
//
|
|
// ======================================================================
|
|
|
|
// ----------------------------------------------------------------------
|
|
// calculate ambient light
|
|
|
|
mov r7, cLightData_ambient_ambientColor
|