mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-19 21:23:52 +00:00
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_AlwaysRun, //Toggle Always Run
|
||||
A_CycleSpellLeft, //cycling through spells
|
||||
A_CycleSPellRight,
|
||||
A_CycleSpellRight,
|
||||
A_CycleWeaponLeft,//Cycling through weapons
|
||||
A_CycleWeaponRight,
|
||||
|
||||
|
@ -86,8 +86,8 @@ namespace MWInput
|
|||
// Write screenshot to file.
|
||||
void screenshot()
|
||||
{
|
||||
// Find the first unused filename.
|
||||
//
|
||||
|
||||
// Find the first unused filename with a do-while
|
||||
char buf[50];
|
||||
do
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue