Files
Descent3/lib
Jan Engelhardt 72fc5c6784 Add member initializers for struct lnxController/wincontroller
lnxgameController::flush accesses this->m_MouseActive before that
member being initialized with something sensible, making ASAN report:

linux/lnxcontroller.cpp:259:8: runtime error: load of value 190, which is not a valid value for type 'bool'
linux/lnxcontroller.cpp:259:33: runtime error: load of value 190, which is not a valid value for type 'bool'

Thanks to the introduction of mem_rmalloc, it has been established
that struct lnxgameController is not malloc'd anywhere, so any
instantiation runs its constructor properly.
2024-09-16 22:12:14 +02:00
..
2024-08-20 20:03:02 +02:00
2024-09-03 13:26:51 +02:00
2024-04-23 21:18:07 +03:00
2024-08-20 20:03:02 +02:00
2024-05-09 12:11:49 +01:00
2024-08-15 11:50:36 +03:00
2024-09-03 13:26:51 +02:00
2024-06-17 01:55:02 +03:00
2024-09-10 03:00:23 +03:00
2024-05-24 08:53:03 -04:00
2024-09-03 13:26:51 +02:00
2024-08-20 23:08:10 +03:00
2024-09-03 13:26:51 +02:00
2024-08-20 23:08:10 +03:00
2024-08-20 23:08:10 +03:00
2024-07-28 16:50:42 +03:00
2024-09-03 13:26:51 +02:00
2024-09-03 13:26:51 +02:00
2024-09-03 13:26:51 +02:00