1
0
Fork 1
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:
Star-Demon 2011-01-09 16:42:38 -05:00
parent fec90122c3
commit e98eef8cd3

View file

@ -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
{