mirror of
https://github.com/alexbatalov/fallout2-ce.git
synced 2024-11-19 05:10:59 +00:00
Add map_toggle_block_obj_viewing_on
This commit is contained in:
parent
4a94b19f60
commit
84288612ef
@ -2,6 +2,9 @@
|
||||
|
||||
namespace fallout {
|
||||
|
||||
// 0x5595CC
|
||||
static bool block_obj_view_on = false;
|
||||
|
||||
// 0x4825B0
|
||||
void setup_map_dirs()
|
||||
{
|
||||
@ -14,4 +17,10 @@ void copy_proto_lists()
|
||||
// TODO: Incomplete.
|
||||
}
|
||||
|
||||
// 0x485D44
|
||||
bool map_toggle_block_obj_viewing_on()
|
||||
{
|
||||
return block_obj_view_on;
|
||||
}
|
||||
|
||||
} // namespace fallout
|
||||
|
@ -5,6 +5,7 @@ namespace fallout {
|
||||
|
||||
void setup_map_dirs();
|
||||
void copy_proto_lists();
|
||||
bool map_toggle_block_obj_viewing_on();
|
||||
|
||||
} // namespace fallout
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user