TalonBraveInfo / OpenHoW

Open-source reimplementation of Gremlin's Hogs of War (PC/PSX).
http://talonbrave.info
GNU General Public License v3.0
166 stars 12 forks source link

Ensure all paths are consistent - shouldn't start with '/' etc. #81

Closed hogsy closed 5 years ago

hogsy commented 5 years ago

Was raised, inconsistency is my fault and currently results in some paths including double forward-slashes (e.g. '//').

Doesn't cause any harm on modern Windows but I believe might cause issues on earlier versions of Windows?

hogsy commented 5 years ago

Closing since this is sorted engine-side now.