replace magic string with constant
This commit is contained in:
parent
4b37bc1043
commit
624de181ce
|
@ -1136,7 +1136,7 @@ fn spawn_scenes(
|
|||
state.ar_models.push("suit_ar_chefhat".to_string());
|
||||
|
||||
// command: wants lookat PLAYERCAMERA
|
||||
state.wants_tolookat_id = Some("PLAYERCAMERA".to_string());
|
||||
state.wants_tolookat_id = Some(ID_SPECIAL_PLAYERCAM.to_string());
|
||||
|
||||
// command: pronoun he
|
||||
state.pronoun = Some("he".to_string());
|
||||
|
|
Loading…
Reference in a new issue