1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-10-31 14:02:59 +00:00

made Bringris, Nil Rider, and Relative Hell compile after changes

This commit is contained in:
Zeno Rogue
2024-05-24 20:57:53 +02:00
parent 64569f1818
commit 73dbccbb0e
4 changed files with 10 additions and 10 deletions

View File

@@ -159,7 +159,7 @@ bool ads_turn(int idelta) {
if(a[16+7] && !la[16+7]) auto_rotate = !auto_rotate;
if(a[16+8] && !la[16+8]) pushScreen(game_menu);
if(auto_angle) pconf.model_orientation += ang;
if(auto_angle) pconf.mori().get() = spin(ang) * pconf.mori().get();
if(true) {
@@ -219,7 +219,7 @@ bool ads_turn(int idelta) {
else view_pt += tc;
}
if(auto_angle) pconf.model_orientation -= ang;
if(auto_angle) pconf.mori().get() = spin(-ang) * pconf.mori().get();
fixmatrix_ads(current.T);
fixmatrix_ads(new_vctrV.T);