mirror of
https://github.com/djhackersdev/bemanitools.git
synced 2026-09-26 00:45:24 -05:00
config: fix number of lights being loaded wrong if config is outdated
This commit is contained in:
@@ -149,6 +149,11 @@ uint8_t mapper_get_nanalogs(void)
|
||||
return mapper_impl_get_nanalogs(mapper_inst);
|
||||
}
|
||||
|
||||
uint8_t mapper_get_nlights(void)
|
||||
{
|
||||
return mapper_impl_get_nlights(mapper_inst);
|
||||
}
|
||||
|
||||
uint8_t mapper_get_npages(void)
|
||||
{
|
||||
return mapper_impl_get_npages(mapper_inst);
|
||||
|
||||
Reference in New Issue
Block a user