mirror of
https://github.com/ZDoom/Raze.git
synced 2025-05-30 00:41:24 +00:00
- added a map preview to the user map browser.
This commit is contained in:
parent
6dfd975f88
commit
00a7be545d
7 changed files with 293 additions and 62 deletions
|
@ -1,5 +1,6 @@
|
|||
#pragma once
|
||||
|
||||
#include "maptypes.h"
|
||||
|
||||
struct FUsermapEntry
|
||||
{
|
||||
|
@ -7,7 +8,9 @@ struct FUsermapEntry
|
|||
FString container;
|
||||
FString filename;
|
||||
FString info;
|
||||
int size;
|
||||
int size = 0;
|
||||
bool wallsread = false;
|
||||
TArray<walltype> walls; // for rendering a preview of the map
|
||||
};
|
||||
|
||||
struct FUsermapDirectory
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue