You've already forked Microtransactions64
mirror of
https://github.com/Print-and-Panic/Microtransactions64.git
synced 2026-01-21 10:17:19 -08:00
Update puppylights.c
This commit is contained in:
@@ -9,6 +9,8 @@ but it will not be affected by environmental tinting. If you wish for an object
|
||||
simply set the object flag OBJ_FLAG_EMIT_LIGHT and set some values to o->puppylight.
|
||||
**/
|
||||
|
||||
#ifdef PUPPYLIGHTS
|
||||
|
||||
#include <ultra64.h>
|
||||
#include "types.h"
|
||||
#include "puppylights.h"
|
||||
@@ -309,3 +311,5 @@ void obj_disable_light(struct Object *obj)
|
||||
{
|
||||
obj->oFlags &= ~OBJ_FLAG_EMIT_LIGHT;
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user