diff options
author | majestic <majesticcoding@gmail.com> | 2020-10-09 14:53:22 +0200 |
---|---|---|
committer | majestic <majesticcoding@gmail.com> | 2020-10-11 02:49:54 +0200 |
commit | e7ef45a6069493ce4a49ad0fd613aeb598709524 (patch) | |
tree | 2d59c72422e839808f1fca5a2dad1212c60db470 /src/rw/Lights.h | |
parent | CWaterCreatures (diff) | |
parent | Fix sniper and water creatures bug, mark some files (diff) | |
download | re3-e7ef45a6069493ce4a49ad0fd613aeb598709524.tar re3-e7ef45a6069493ce4a49ad0fd613aeb598709524.tar.gz re3-e7ef45a6069493ce4a49ad0fd613aeb598709524.tar.bz2 re3-e7ef45a6069493ce4a49ad0fd613aeb598709524.tar.lz re3-e7ef45a6069493ce4a49ad0fd613aeb598709524.tar.xz re3-e7ef45a6069493ce4a49ad0fd613aeb598709524.tar.zst re3-e7ef45a6069493ce4a49ad0fd613aeb598709524.zip |
Diffstat (limited to 'src/rw/Lights.h')
-rw-r--r-- | src/rw/Lights.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/rw/Lights.h b/src/rw/Lights.h index b296816b..c3543d77 100644 --- a/src/rw/Lights.h +++ b/src/rw/Lights.h @@ -22,3 +22,4 @@ void SetAmbientColours(void); void SetAmbientColoursForPedsCarsAndObjects(void); void SetAmbientColoursToIndicateRoadGroup(int i); void SetAmbientColours(RwRGBAReal *color); +void SetFullAmbient(void); |