mirror of
				https://github.com/OpenMW/openmw.git
				synced 2025-10-30 02:56:44 +00:00 
			
		
		
		
	Fixed typo
This commit is contained in:
		
							parent
							
								
									5328853445
								
							
						
					
					
						commit
						6357adffcf
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		|  | @ -124,7 +124,7 @@ namespace MWScript | ||||||
|                 } |                 } | ||||||
|         }; |         }; | ||||||
| 
 | 
 | ||||||
|         class OpTogglePathgrind : public Interpreter::Opcode0 |         class OpTogglePathgrid : public Interpreter::Opcode0 | ||||||
|         { |         { | ||||||
|         public: |         public: | ||||||
|             virtual void execute (Interpreter::Runtime& runtime) |             virtual void execute (Interpreter::Runtime& runtime) | ||||||
|  | @ -239,7 +239,7 @@ namespace MWScript | ||||||
|             interpreter.installSegment5 (opcodeFadeIn, new OpFadeIn); |             interpreter.installSegment5 (opcodeFadeIn, new OpFadeIn); | ||||||
|             interpreter.installSegment5 (opcodeFadeOut, new OpFadeOut); |             interpreter.installSegment5 (opcodeFadeOut, new OpFadeOut); | ||||||
|             interpreter.installSegment5 (opcodeFadeTo, new OpFadeTo); |             interpreter.installSegment5 (opcodeFadeTo, new OpFadeTo); | ||||||
|             interpreter.installSegment5 (opcodeTogglePathgrid, new OpTogglePathgrind); |             interpreter.installSegment5 (opcodeTogglePathgrid, new OpTogglePathgrid); | ||||||
|         } |         } | ||||||
|     } |     } | ||||||
| } | } | ||||||
|  |  | ||||||
		Loading…
	
		Reference in a new issue