OldUnreal / Unreal-testing

OU 227 testing
Other
54 stars 0 forks source link

Function GetMapName(MapPrefix, MapName, 0); returns the next map #319

Closed Reorn closed 1 year ago

Reorn commented 1 year ago

static native(539) final function string GetMapName( string NameEnding, string MapName, int Dir );

Function GetMapName(MapPrefix, MapName, 1); returns the next map Function GetMapName(MapPrefix, MapName, -1); returns the previous map

Function GetMapName(MapPrefix, MapName, 0); should return the current map. But it returns the next map, as well as GetMapName(MapPrefix, MapName, 1);

Marco888 commented 1 year ago

Ooof, fixed it for next version.