mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-05-05 08:44:07 +00:00
preset cwtV to Id, just in case
This commit is contained in:
parent
f4b034450d
commit
70def6c15e
@ -292,7 +292,7 @@ void applymodel(hyperpoint H, hyperpoint& ret) {
|
|||||||
// game-related graphics
|
// game-related graphics
|
||||||
|
|
||||||
transmatrix View; // current rotation, relative to viewctr
|
transmatrix View; // current rotation, relative to viewctr
|
||||||
transmatrix cwtV; // player-relative view
|
transmatrix cwtV = Id; // player-relative view
|
||||||
transmatrix sphereflip; // on the sphere, flip
|
transmatrix sphereflip; // on the sphere, flip
|
||||||
heptspin viewctr; // heptagon and rotation where the view is centered at
|
heptspin viewctr; // heptagon and rotation where the view is centered at
|
||||||
bool playerfound; // has player been found in the last drawing?
|
bool playerfound; // has player been found in the last drawing?
|
||||||
|
Loading…
x
Reference in New Issue
Block a user