issues
search
OnlineCop
/
kq-fork
Fork of KQ r910. Just for fun.
GNU General Public License v2.0
16
stars
9
forks
source link
#81 Fix crash due to entity follow script going out of bounds
#104
Closed
OnlineCop
closed
2 years ago
OnlineCop
commented
2 years ago
Moves
g_map
out of global scope and into KMap class.
Creates
KGame::KMap::Clamp()
method to give an index
[0, size-1]
to avoid index out-of-bound errors.
g_map
out of global scope and into KMap class.KGame::KMap::Clamp()
method to give an index[0, size-1]
to avoid index out-of-bound errors.