mirror of
https://github.com/The-Powder-Toy/The-Powder-Toy.git
synced 2025-09-02 04:22:34 +02:00
Fix new luaconsole functions.
This commit is contained in:
@@ -41,7 +41,7 @@ void luacon_open(){
|
|||||||
{"ambient_heat", &luatpt_airheat},
|
{"ambient_heat", &luatpt_airheat},
|
||||||
{"active_menu", &luatpt_active_menu},
|
{"active_menu", &luatpt_active_menu},
|
||||||
{"decorations_enable", &luatpt_decorations_enable},
|
{"decorations_enable", &luatpt_decorations_enable},
|
||||||
{"display_mode", &luatpt_cmode_set}
|
{"display_mode", &luatpt_cmode_set},
|
||||||
{NULL,NULL}
|
{NULL,NULL}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user