forked from mirror/openmw-tes3mp
corrected grammar for merge
This commit is contained in:
parent
fec90122c3
commit
e98eef8cd3
1 changed files with 3 additions and 3 deletions
|
@ -54,7 +54,7 @@ namespace MWInput
|
||||||
A_Spell, //Ready/Unready Casting
|
A_Spell, //Ready/Unready Casting
|
||||||
A_AlwaysRun, //Toggle Always Run
|
A_AlwaysRun, //Toggle Always Run
|
||||||
A_CycleSpellLeft, //cycling through spells
|
A_CycleSpellLeft, //cycling through spells
|
||||||
A_CycleSPellRight,
|
A_CycleSpellRight,
|
||||||
A_CycleWeaponLeft,//Cycling through weapons
|
A_CycleWeaponLeft,//Cycling through weapons
|
||||||
A_CycleWeaponRight,
|
A_CycleWeaponRight,
|
||||||
|
|
||||||
|
@ -86,8 +86,8 @@ namespace MWInput
|
||||||
// Write screenshot to file.
|
// Write screenshot to file.
|
||||||
void screenshot()
|
void screenshot()
|
||||||
{
|
{
|
||||||
// Find the first unused filename.
|
|
||||||
//
|
// Find the first unused filename with a do-while
|
||||||
char buf[50];
|
char buf[50];
|
||||||
do
|
do
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue