Skip to content

Commit

Permalink
document raycubeinfo cube array size
Browse files Browse the repository at this point in the history
  • Loading branch information
no-lex committed Mar 9, 2025
1 parent 1bf1583 commit 74b4cbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/engine/world/raycube.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -386,7 +386,7 @@ struct raycubeinfo
dent;
vec v,
invray;
cube *levels[20];
cube *levels[20]; //NOTE: levels[20] magically assumes mapscale <20
int lshift,
elvl;
ivec lsizemask;
Expand Down

0 comments on commit 74b4cbe

Please sign in to comment.