mirror of
https://github.com/open-goal/jak-project
synced 2026-09-07 19:40:48 -04:00
[goos/goal] user profiles (#977)
* implement user profiles * example usage! * typo * use a cond * fix errors * fixes * fix potential commandline args disaster
This commit is contained in:
@@ -64,6 +64,7 @@ void TextStream::seek_past_whitespace_and_comments() {
|
||||
case ' ':
|
||||
case '\t':
|
||||
case '\n':
|
||||
case '\r':
|
||||
// just a whitespace, eat it!
|
||||
read();
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user