DarkRadiant: master ff4234f1

Author Committer Branch Timestamp Parent
orbweaver orbweaver master 23.12.2025 14:33 master e51d4190
Changeset Reduce exceptions thrown by map format classes

Instead of canLoad() calling assertNextToken() and catching an exception
if the token does not match, just call nextToken() and examine the
value.
mod - radiantcore/map/format/Doom3MapFormat.cpp Diff File
mod - radiantcore/map/format/Quake3MapFormat.cpp Diff File
mod - radiantcore/map/format/Quake4MapFormat.cpp Diff File