mirror of
https://github.com/kevinbentley/Descent3.git
synced 2025-12-19 17:37:42 -05:00
Merge pull request #548 from pzychotic/fix-errors
Fix small collection of errors
This commit is contained in:
@@ -174,6 +174,6 @@ void con_raw_Destroy() {
|
||||
|
||||
// put some data up on the screen
|
||||
void con_raw_Puts(int window, const char *str) {
|
||||
fprintf(stdout, str, strlen(str));
|
||||
fprintf(stdout, str);
|
||||
fflush(stdout);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user