mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-22 09:49:11 +00:00
Explicitly set the kDragonObject enum constant value for clarity.
svn-id: r42906
This commit is contained in:
parent
393cd99a62
commit
a2cc4a6479
@ -36,7 +36,7 @@ namespace Draci {
|
||||
class DraciEngine;
|
||||
|
||||
enum {
|
||||
kDragonObject
|
||||
kDragonObject = 0
|
||||
};
|
||||
|
||||
enum StructSizes {
|
||||
|
Loading…
Reference in New Issue
Block a user