mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2026-09-19 02:10:41 +00:00
renamed rockinfo to ads_object
This commit is contained in:
@@ -14,7 +14,7 @@ void fire() {
|
||||
ads_matrix S1 = S0 * lorentz(0, 2, 3); // 0.995c
|
||||
|
||||
auto& ro = ci_at[c].rocks;
|
||||
ro.emplace_back(rockinfo{oMissile, c, S1, 0xC0C0FFFF });
|
||||
ro.emplace_back(ads_object{oMissile, c, S1, 0xC0C0FFFF });
|
||||
auto& r = ro.back();
|
||||
|
||||
ads_matrix Scell(Id, 0);
|
||||
|
||||
Reference in New Issue
Block a user