From e98eef8cd31c624a4f47207ed2de84dca09af4c5 Mon Sep 17 00:00:00 2001 From: Star-Demon Date: Sun, 9 Jan 2011 16:42:38 -0500 Subject: [PATCH] corrected grammar for merge --- apps/openmw/mwinput/inputmanager.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/openmw/mwinput/inputmanager.cpp b/apps/openmw/mwinput/inputmanager.cpp index c5353d7b1..69c644046 100644 --- a/apps/openmw/mwinput/inputmanager.cpp +++ b/apps/openmw/mwinput/inputmanager.cpp @@ -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 {