mirror of
				https://github.com/TES3MP/openmw-tes3mp.git
				synced 2025-10-31 19:56:42 +00:00 
			
		
		
		
	bug-fix: comments were eating up newlines
This commit is contained in:
		
							parent
							
								
									8930134d82
								
							
						
					
					
						commit
						fda7077cf2
					
				
					 1 changed files with 8 additions and 1 deletions
				
			
		|  | @ -52,7 +52,14 @@ namespace Compiler | |||
|         } | ||||
|         else if (c==';') | ||||
|         { | ||||
|             while (get (c) && c!='\n'); | ||||
|             while (get (c)) | ||||
|             { | ||||
|                 if (c=='\n') | ||||
|                 { | ||||
|                     putback (c); | ||||
|                     break; | ||||
|                 } | ||||
|             } | ||||
| 
 | ||||
|             mLoc.mLiteral.clear(); | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
		Reference in a new issue