.DT
set_fuel
DW_wibble creator help
set_fuel

.SH Name
.SP 5 5
set_fuel -  Sets the current amount of fuel.
.EP

.SH Syntax
.SI 5
void set_fuel(int i)
.EI

.SH Defined in
.SI 5
/std/lightable.c
.EI

.SH Description
.SP 5 5

Sets the current amount of fuel.  One fuel unit equals
one second of burning time.  If fuel > max_fuel,
fuel = max_fuel, so it is important to set max_fuel
before fuel.

.EP

