mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-09-02 18:57:56 +00:00
reworked wmspatial: consistent naming of geometry variables, priorities, and side parameters. Fixed some bugs with shallow water
This commit is contained in:
@@ -1135,7 +1135,7 @@ void geometry_information::make_3d_models() {
|
||||
}
|
||||
|
||||
shift_shape(shBoatOuter, FLOOR);
|
||||
shift_shape(shBoatInner, (FLOOR+LAKE)/2);
|
||||
shift_shape(shBoatInner, (FLOOR+WATERLEVEL)/2);
|
||||
|
||||
for(int i=0; i<14; i++)
|
||||
shift_shape(shTriheptaSpecial[i], FLOOR);
|
||||
|
Reference in New Issue
Block a user